Skip to content

Commit 45bf86a

Browse files
committed
chore: Update version
1 parent 822a487 commit 45bf86a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ android {
3535
applicationId "app.myzel394.alibi"
3636
minSdk 24
3737
targetSdk 35
38-
versionCode 16
39-
versionName "0.5.3"
38+
versionCode 17
39+
versionName "0.6.0"
4040

4141
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4242
vectorDrawables {
@@ -94,6 +94,7 @@ android {
9494
dependencies {
9595
implementation 'androidx.core:core-ktx:1.16.0'
9696
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.8.0')
97+
// Updating requires Kotlin 2.0.0 or higher
9798
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
9899
implementation 'androidx.activity:activity-compose:1.10.1'
99100
implementation 'androidx.activity:activity-ktx:1.10.1'

0 commit comments

Comments
 (0)