Skip to content

Commit 9d9e352

Browse files
committed
change min sdk back to 21 for ic launcher
Change-Id: Ie4655030838a651e2276d66ffa77189248b55f73
1 parent 1a51da5 commit 9d9e352

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
@@ -27,7 +27,7 @@ android {
2727

2828
defaultConfig {
2929
applicationId = "com.example.platform"
30-
minSdk = 26
30+
minSdk = 21
3131
targetSdk = 36
3232
versionCode = 1
3333
versionName = "1.0"

0 commit comments

Comments
 (0)