Skip to content

Commit b2e0621

Browse files
committed
version up
1 parent b10ed6a commit b2e0621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
val applicationName = "CommandClick"
99
val versionMajor = 1
1010
val versionMinor = 3
11-
val versionPatch = 17
11+
val versionPatch = 18
1212

1313
android {
1414
namespace = "com.puutaro.commandclick"
@@ -27,7 +27,7 @@ android {
2727
applicationId = "com.puutaro.commandclick"
2828
minSdk = 27
2929
targetSdk = 33
30-
versionCode = 78
30+
versionCode = 79
3131
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"
3232

3333
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)