Skip to content

Commit 50a3e7f

Browse files
committed
update composeBom to 2025.05.00
1 parent bd74104 commit 50a3e7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
minSdk = 21
1515
targetSdk = 36
1616

17-
versionCode = 54
18-
versionName = "1.0-54"
17+
versionCode = 55
18+
versionName = "1.0-55"
1919

2020
}
2121

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ agp = "8.9.3"
33
kotlin = "2.1.10"
44
coreKtx = "1.16.0"
55
activityCompose = "1.10.1"
6-
composeBom = "2025.03.01"
6+
composeBom = "2025.05.00"
77
kotlinxSerializationJson = "1.6.3"
88
retrofit = "2.11.0"
99
okhttp3 = "4.12.0"

0 commit comments

Comments
 (0)