We have recently updated our Android SDK to target Android 34 from Android 33. I’m on Android Studio Jellyfish | 2023.3.1. I had to upgrade as below:
- targetSdkVersion updated to 34
- kotlin_version updated to 1.8.10 (1.5.20)
- gradlePluginVersion updated to 8.4.2 (7.4.2)
- gradleVersion updated to 8.6 (from 7.5)
- JavaVersion updated to 17 (from 11)
One of our customers is asking if we could compile it with JDK 11 instead of JDK 17. As far as I can see, minimum version requirement for Android 34 is JDK 17 and Gradle 8.6.
Can you please advise if we could actually compile it with Java 11?