Skip to content

Commit

Permalink
chore: Update Kotlin
Browse files Browse the repository at this point in the history
- Update app version to 0.1.0
- Update Kotlin version to 1.9.20
- Update Kotlin compiler extension version to 1.5.4

Signed-off-by: Andrey Slyusar <[email protected]>
  • Loading branch information
reysand committed Nov 11, 2023
1 parent f6c59c0 commit 7f9ce53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
minSdk 33
targetSdk 33
versionCode 3
versionName "0.0.3"
versionName "0.1.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand All @@ -37,7 +37,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.5.3'
kotlinCompilerExtensionVersion '1.5.4'
}
packaging {
resources {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ compose-bom = "2023.06.01"
core-ktx = "1.10.1"
espresso-core = "3.5.1"
junit = "4.13.2"
kotlin = "1.9.10"
kotlin = "1.9.20"
lifecycle-runtime-ktx = "2.6.2"
navigation-compose = "2.6.0"

Expand Down

0 comments on commit 7f9ce53

Please sign in to comment.