File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[versions ]
2- activitycompose = " 1.11.0 "
2+ activitycompose = " 1.12.1 "
33agp = " 8.13.1"
44androidCore = " 1.7.0"
55androidx-core = " 1.17.0"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ android {
2828 compileSdk = 36
2929
3030 defaultConfig {
31- minSdk = 21
31+ minSdk = 23
3232 targetSdk = 36
3333 versionCode = 1
3434 versionName = " 1.0"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
1616 compileSdk = 36
1717
1818 defaultConfig {
19- minSdk = 21
19+ minSdk = 23
2020 }
2121
2222 compileOptions {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
2323 compileSdk = 36
2424
2525 defaultConfig {
26- minSdk = 21
26+ minSdk = 23
2727 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
2828 }
2929
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ android {
1616 compileSdk = 36
1717
1818 defaultConfig {
19- minSdk = 21
19+ minSdk = 23
2020 }
2121
2222 compileOptions {
You can’t perform that action at this time.
0 commit comments