File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed
Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ android {
2828 }
2929
3030 compileOptions {
31- sourceCompatibility = JavaVersion .VERSION_17
32- targetCompatibility = JavaVersion .VERSION_17
31+ sourceCompatibility = JavaVersion .VERSION_11
32+ targetCompatibility = JavaVersion .VERSION_11
3333 }
3434
3535 kotlinOptions {
36- jvmTarget = " 17 "
36+ jvmTarget = " 11 "
3737 freeCompilerArgs + = " -opt-in=kotlinx.coroutines.DelicateCoroutinesApi"
3838 }
3939
@@ -92,10 +92,6 @@ sqldelight {
9292 }
9393}
9494
95- kotlin {
96- jvmToolchain(17 )
97- }
98-
9995dependencies {
10096 // Simplifies non-blocking programming
10197 // https://github.com/Kotlin/kotlinx.coroutines/releases
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66
77 dependencies {
88 // https://developer.android.com/build/releases/gradle-plugin
9- classpath(" com.android.tools.build:gradle:8.3.2 " )
9+ classpath(" com.android.tools.build:gradle:8.9.1 " )
1010 // https://github.com/JetBrains/kotlin/releases
1111 classpath(kotlin(" gradle-plugin" , version = " 1.9.23" ))
1212 // https://developer.android.com/jetpack/androidx/releases/navigation
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments