Skip to content

Commit a7a0da4

Browse files
committed
⬆️ (build.gradle.kts): update minSdk to 30, versionCode to 4, and versionName to 1.3
1 parent b0bdfea commit a7a0da4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ android {
99

1010
defaultConfig {
1111
applicationId = "com.leohearts.alternativeUnlockHook"
12-
minSdk = 33
12+
minSdk = 30
1313
targetSdk = 34
14-
versionCode = 3
15-
versionName = "1.2"
14+
versionCode = 4
15+
versionName = "1.3"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
vectorDrawables {

0 commit comments

Comments
 (0)