File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ android {
28
28
}
29
29
30
30
compileOptions {
31
- sourceCompatibility = JavaVersion .VERSION_17
32
- targetCompatibility = JavaVersion .VERSION_17
31
+ sourceCompatibility = JavaVersion .VERSION_11
32
+ targetCompatibility = JavaVersion .VERSION_11
33
33
}
34
34
35
35
kotlinOptions {
36
- jvmTarget = " 17 "
36
+ jvmTarget = " 11 "
37
37
freeCompilerArgs + = " -opt-in=kotlinx.coroutines.DelicateCoroutinesApi"
38
38
}
39
39
@@ -92,10 +92,6 @@ sqldelight {
92
92
}
93
93
}
94
94
95
- kotlin {
96
- jvmToolchain(17 )
97
- }
98
-
99
95
dependencies {
100
96
// Simplifies non-blocking programming
101
97
// https://github.com/Kotlin/kotlinx.coroutines/releases
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
7
7
dependencies {
8
8
// 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 " )
10
10
// https://github.com/JetBrains/kotlin/releases
11
11
classpath(kotlin(" gradle-plugin" , version = " 1.9.23" ))
12
12
// https://developer.android.com/jetpack/androidx/releases/navigation
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =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
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments