Skip to content

Commit

Permalink
bump kotlin version & app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-Mr committed Oct 18, 2024
1 parent 23eecbe commit ba60db5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
minSdk = 31
targetSdk = 35
versionCode = 3
versionName = "1.0-alpha-1003"
versionName = "1.0-alpha-1018"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.jetbrains.kotlin.android) apply false
id("com.google.devtools.ksp") version "1.9.0-1.0.13" apply false
id("com.google.devtools.ksp") version "2.0.20-1.0.24" apply false
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ composeVideo = "1.2.0"
constraintlayoutCompose = "1.1.0-rc01"
datastorePreferences = "1.1.1"
foundation = "1.7.4"
kotlin = "1.9.0"
kotlin = "2.0.20"
coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.2.1"
Expand Down

0 comments on commit ba60db5

Please sign in to comment.