Skip to content

Commit 3bac2b4

Browse files
committed
feat: increase minSdk
1 parent 6f5b0c8 commit 3bac2b4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
activitycompose = "1.11.0"
2+
activitycompose = "1.12.1"
33
agp = "8.13.1"
44
androidCore = "1.7.0"
55
androidx-core = "1.17.0"

maps-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

maps-compose-utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
compileSdk = 36
1717

1818
defaultConfig {
19-
minSdk = 21
19+
minSdk = 23
2020
}
2121

2222
compileOptions {

maps-compose-widgets/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

maps-compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
compileSdk = 36
1717

1818
defaultConfig {
19-
minSdk = 21
19+
minSdk = 23
2020
}
2121

2222
compileOptions {

0 commit comments

Comments
 (0)