Skip to content

Commit 5494c67

Browse files
authored
Merge pull request #4376 from Bambooin/jdk21-build
chore: uprade kotlin to 1.9.25
2 parents da62dc2 + 0ef8c65 commit 5494c67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818

1919
plugins {
2020
id "com.diffplug.spotless" version "6.25.0"
21-
id "com.google.devtools.ksp" version "1.9.10-1.0.13" apply false
21+
id "com.google.devtools.ksp" version "1.9.25-1.0.20" apply false
2222
}
2323

2424
allprojects {

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
compileSdk = "34"
33
minSdk = "21"
44
targetSdk = "34"
5-
kotlin = "1.9.10"
5+
kotlin = "1.9.25"
66

77
jacocoAndroid = "0.2.1"
88
gradle = "8.5.2"
@@ -174,4 +174,4 @@ junrar = { module = "com.github.junrar:junrar", version.ref = "junrar" }
174174
acra-core = { module = "ch.acra:acra-core", version.ref = "acraCore" }
175175
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanaryAndroid" }
176176

177-
amaze-trashBin = { module = "com.github.TeamAmaze:AmazeTrashBin", version.ref = "amazeTrashBin" }
177+
amaze-trashBin = { module = "com.github.TeamAmaze:AmazeTrashBin", version.ref = "amazeTrashBin" }

0 commit comments

Comments
 (0)