rakutentech / android-buildconfig

Shared (gradle) build configurations for Android and Java libraries
MIT License
21 stars 26 forks source link

feat: update `compile` and `target` to API 31, and min to API 23 in `versions.gradle` #99

Closed vincentdelmundo closed 2 years ago

vincentdelmundo commented 2 years ago

100

@corycaywood When we updated other SDKs to target API 31, we didn't encounter any issue when using Java 8. Was there a documentation regarding this?

corycaywood commented 2 years ago

@vincentdelmundo I'm not sure - it was probably due to needing updating some other dependencies at the same time (probably Kotlin). We actually haven't finished the upgrade yet due to figuring out dependency conflicts: https://github.com/rakutentech/android-miniapp/pull/413