Skip to content

Commit e2e0fdc

Browse files
committed
Update Kotlin to 2.1.10
1 parent 8e02fd2 commit e2e0fdc

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ plugins {
66
}
77

88
android {
9-
compileSdk 34
9+
compileSdk 35
1010

1111
defaultConfig {
1212
applicationId "com.github.capntrips.kernelflasher"
1313
minSdk 29
1414
targetSdk 34
15-
versionCode 20
16-
versionName "1.0.0-alpha20"
15+
versionCode 21
16+
versionName "1.0.0-alpha21"
1717

1818
javaCompileOptions {
1919
annotationProcessorOptions {

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "1.9.21"
2+
kotlin = "2.1.10"
33
compose-compiler = "1.5.6"
44

55
androidx-activity-compose = "1.8.2"
@@ -16,8 +16,8 @@ libsu = "6.0.0"
1616
material = "1.12.0"
1717
okhttp = "4.12.0"
1818

19-
android-application = "8.3.1"
20-
devtools-ksp = "1.9.21-1.0.16"
19+
android-application = "8.9.0"
20+
devtools-ksp = "2.1.20-1.0.17"
2121

2222
[libraries]
2323
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "androidx-activity-compose" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Apr 14 13:36:42 CDT 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)