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 1d6d818 commit 10bea1dCopy full SHA for 10bea1d
app/build.gradle.kts
@@ -65,7 +65,7 @@ android {
65
66
dependencies {
67
68
- implementation(platform("androidx.compose:compose-bom:2024.11.00"))
+ implementation(platform("androidx.compose:compose-bom:2024.12.01"))
69
implementation("androidx.activity:activity-compose:1.9.3")
70
implementation("androidx.compose.material3:material3")
71
implementation("androidx.compose.ui:ui")
build.gradle.kts
@@ -16,7 +16,7 @@
16
// Top-level build file where you can add configuration options common to all sub-projects/modules.
17
buildscript {
18
extra.apply {
19
- set("nav_version", "2.8.4")
+ set("nav_version", "2.8.5")
20
set("room_version", "2.6.1")
21
}
22
0 commit comments