Skip to content

Commit 02b517d

Browse files
committed
update composeBom to 2025.03.01
1 parent ccbef32 commit 02b517d

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 = 48
18-
versionName = "1.0-48"
17+
versionCode = 49
18+
versionName = "1.0-49"
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.1"
33
kotlin = "2.1.10"
44
coreKtx = "1.15.0"
55
activityCompose = "1.10.1"
6-
composeBom = "2025.03.00"
6+
composeBom = "2025.03.01"
77
kotlinxSerializationJson = "1.6.3"
88
retrofit = "2.11.0"
99
okhttp3 = "4.12.0"

0 commit comments

Comments
 (0)