We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bdfea commit a7a0da4Copy full SHA for a7a0da4
1 file changed
app/build.gradle.kts
@@ -9,10 +9,10 @@ android {
9
10
defaultConfig {
11
applicationId = "com.leohearts.alternativeUnlockHook"
12
- minSdk = 33
+ minSdk = 30
13
targetSdk = 34
14
- versionCode = 3
15
- versionName = "1.2"
+ versionCode = 4
+ versionName = "1.3"
16
17
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
18
vectorDrawables {
0 commit comments