Skip to content

Commit

Permalink
varsion up
Browse files Browse the repository at this point in the history
  • Loading branch information
puutaro committed May 10, 2024
1 parent bc778d4 commit 1f7a6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
val applicationName = "CommandClick"
val versionMajor = 1
val versionMinor = 3
val versionPatch = 11
val versionPatch = 12

android {
namespace = "com.puutaro.commandclick"
Expand All @@ -22,7 +22,7 @@ android {
applicationId = "com.puutaro.commandclick"
minSdk = 27
targetSdk = 33
versionCode = 72
versionCode = 73
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 1f7a6d2

Please sign in to comment.