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 a87c594 commit 2cb824aCopy full SHA for 2cb824a
.gitignore
@@ -13,3 +13,4 @@
13
.externalNativeBuild
14
.cxx
15
local.properties
16
+/app/release
app/build.gradle
@@ -11,9 +11,8 @@ android {
11
applicationId "com.thewizrd.touchlockhelper"
12
minSdkVersion 23
targetSdkVersion 30
- versionCode 1
- versionName "1.0"
-
+ versionCode 3010000
+ versionName "1.0.0"
17
}
18
19
buildTypes {
0 commit comments