We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10ed6a commit b2e0621Copy full SHA for b2e0621
app/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
val applicationName = "CommandClick"
9
val versionMajor = 1
10
val versionMinor = 3
11
-val versionPatch = 17
+val versionPatch = 18
12
13
android {
14
namespace = "com.puutaro.commandclick"
@@ -27,7 +27,7 @@ android {
27
applicationId = "com.puutaro.commandclick"
28
minSdk = 27
29
targetSdk = 33
30
- versionCode = 78
+ versionCode = 79
31
versionName = "${versionMajor}.${versionMinor}.${versionPatch}"
32
33
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments