We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758872a commit 851df35Copy full SHA for 851df35
2 files changed
build.gradle.kts
@@ -8,7 +8,7 @@ buildscript {
8
9
dependencies {
10
classpath("com.android.tools.build:gradle:9.1.0")
11
- classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.10")
+ classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0")
12
}
13
14
githubAppUpdate/build.gradle.kts
@@ -30,7 +30,7 @@ base {
30
31
32
33
- implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.3.10")
+ implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.0")
34
implementation("com.google.code.gson:gson:2.13.2")
35
implementation("androidx.work:work-runtime-ktx:2.11.1")
36
0 commit comments