Skip to content

Commit

Permalink
Publish release 1.0.0 (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Feb 4, 2024
1 parent 29ec4c3 commit 2539f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ android {
applicationId = "io.github.andremion.slidingpuzzle.android"
minSdk = libs.versions.android.minSdk.get().toInt()
targetSdk = libs.versions.android.targetSdk.get().toInt()
versionCode = 2
versionCode = 3
versionName = "1.0.0"
vectorDrawables {
useSupportLibrary = true
Expand Down

0 comments on commit 2539f38

Please sign in to comment.