Skip to content

Commit

Permalink
Increment version to 1.0.1+2
Browse files Browse the repository at this point in the history
  • Loading branch information
Turskyi committed Dec 8, 2023
1 parent ebcde6d commit 015bd81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ android {
applicationId = libs.versions.applicationId.get()
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 1
versionCode = libs.versions.versionCode.get().toInt()
versionName = libs.versions.versionName.get()
}
signingConfigs {
Expand Down
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ ktorVersion = "2.3.6"
coroutinesVersion = "1.7.3"
firebase-crashlytics = "18.6.0"
firebase-analytics = "21.5.0"
versionName = "1.0.0"
versionName = "1.0.1"
versionCode = "2"
applicationId = "com.turskyi.politerai"

[libraries]
Expand Down

0 comments on commit 015bd81

Please sign in to comment.