Skip to content

Commit 447aad0

Browse files
authored
feat!: updated Compose version (#805)
* chore: updated Compose version * chore: updated Compose version * feat: increase minSdk
1 parent ee51622 commit 447aad0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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"
66
androidxtest = "1.7.0"
7-
compose-bom = "2025.11.01"
7+
compose-bom = "2025.12.00"
88
dokka = "2.1.0"
99
espresso = "3.7.0"
1010
gradleMavenPublishPlugin = "0.35.0"
@@ -21,7 +21,7 @@ materialIconsExtendedAndroid = "1.7.8"
2121
mockk = "1.14.6"
2222
mockkAndroid = "1.14.6"
2323
org-jacoco-core = "0.8.14"
24-
screenshot = "0.0.1-alpha11"
24+
screenshot = "0.0.1-alpha12"
2525
constraintlayout = "2.2.1"
2626
material = "1.13.0"
2727
robolectric = "4.16"

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)