gradle: Stop requiring JDK 17, this causes annoying problems in new installations of Android Studio

Also bump to the latest version.
This commit is contained in:
Henrik Rydgård
2025-05-29 18:03:46 +02:00
parent a9e2d5ea90
commit 7022e745fc
3 changed files with 1 additions and 7 deletions
-5
View File
@@ -48,11 +48,6 @@ android {
compileSdk 35
ndkVersion "21.4.7075529"
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}
defaultConfig {
/*
configurations.all {
+1 -1
View File
@@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.9.2'
classpath 'com.android.tools.build:gradle:8.9.3'
}
}
-1
View File
@@ -2,4 +2,3 @@ org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.nonTransitiveRClass=true
android.nonFinalResIds=true
android.ndk.suppressMinSdkVersionError=21