Skip to content

Commit

Permalink
Bump Android app version
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Feb 26, 2024
1 parent a753025 commit 6cc3dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
applicationId = "io.github.andremion.slidingpuzzle.android"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 3
versionName = "0.1.0"
versionCode = 4
versionName = "0.1.1"
vectorDrawables {
useSupportLibrary = true
}
Expand Down

0 comments on commit 6cc3dca

Please sign in to comment.