plaid / plaid-link-android

Plaid Link Android SDK
https://plaid.com/docs/link/android
MIT License
114 stars 48 forks source link

Java 11 support #238

Closed l3ender closed 5 months ago

l3ender commented 1 year ago

The problem

The SDK doc mentions to use Java 8 compileOptions, but our app already uses Java 11. So we are unsure how to use this SDK with Java 11.

Environment

Android OS Version minSdkVersion=22, compileSdkVersion=32, targetSdkVersion=32
Android Devices/Emulators all

Steps to Reproduce

Here is our gradle config:

compileOptions {
    sourceCompatibility JavaVersion.VERSION_11
    targetCompatibility JavaVersion.VERSION_11
}

Expected Result

SDK should work with Java 11.

If the SDK already works with Java 11, the documentation should be updated.

melissaosullivan commented 5 months ago

This has been removed from the docs, as Java 11 is supported. Thanks for reporting!