We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbef32 commit 02b517dCopy full SHA for 02b517d
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
minSdk = 21
15
targetSdk = 36
16
17
- versionCode = 48
18
- versionName = "1.0-48"
+ versionCode = 49
+ versionName = "1.0-49"
19
20
}
21
gradle/libs.versions.toml
@@ -3,7 +3,7 @@ agp = "8.9.1"
3
kotlin = "2.1.10"
4
coreKtx = "1.15.0"
5
activityCompose = "1.10.1"
6
-composeBom = "2025.03.00"
+composeBom = "2025.03.01"
7
kotlinxSerializationJson = "1.6.3"
8
retrofit = "2.11.0"
9
okhttp3 = "4.12.0"
0 commit comments