Skip to content

Commit 8707895

Browse files
committed
Bump version code
1 parent 125c886 commit 8707895

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
minSdk = 26
1818
targetSdk = 36
1919
// targetSdkPreview = "CANARY"
20-
versionCode = 8
21-
versionName = "1.5.1"
20+
versionCode = 200
21+
versionName = "2.0.0"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
}

app/release/app-release.apk

43.8 KB
Binary file not shown.

app/src/main/java/dev/pranav/applock/services/AppLockManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ object AppLockManager {
152152
Handler(Looper.getMainLooper()).post {
153153
Toast.makeText(
154154
context,
155-
"None of the backends have required permissions. Please enable them.",
155+
"Selected backend has insufficient permissions. Please provide necessary permissions.",
156156
Toast.LENGTH_LONG
157157
).show()
158158
}

0 commit comments

Comments
 (0)