We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822a487 commit 45bf86aCopy full SHA for 45bf86a
app/build.gradle
@@ -35,8 +35,8 @@ android {
35
applicationId "app.myzel394.alibi"
36
minSdk 24
37
targetSdk 35
38
- versionCode 16
39
- versionName "0.5.3"
+ versionCode 17
+ versionName "0.6.0"
40
41
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
42
vectorDrawables {
@@ -94,6 +94,7 @@ android {
94
dependencies {
95
implementation 'androidx.core:core-ktx:1.16.0'
96
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.8.0')
97
+ // Updating requires Kotlin 2.0.0 or higher
98
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.4'
99
implementation 'androidx.activity:activity-compose:1.10.1'
100
implementation 'androidx.activity:activity-ktx:1.10.1'
0 commit comments