Skip to content

Commit b674fcd

Browse files
committed
Add minSdk to build.gradle.kts
1 parent a40a895 commit b674fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99

1010
defaultConfig {
1111
applicationId = "com.addev.listaspam"
12-
minSdk = 24
12+
minSdk = 28
1313
targetSdk = 34
1414
versionCode = 1
1515
versionName = "1.0"

0 commit comments

Comments
 (0)