Skip to content

Commit 2cb824a

Browse files
committed
TouchLockHelper: v1.0.0
1 parent a87c594 commit 2cb824a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
.externalNativeBuild
1414
.cxx
1515
local.properties
16+
/app/release

app/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ android {
1111
applicationId "com.thewizrd.touchlockhelper"
1212
minSdkVersion 23
1313
targetSdkVersion 30
14-
versionCode 1
15-
versionName "1.0"
16-
14+
versionCode 3010000
15+
versionName "1.0.0"
1716
}
1817

1918
buildTypes {

0 commit comments

Comments
 (0)