Skip to content

Commit

Permalink
Build: Update depednencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Sep 19, 2024
1 parent 5b75308 commit 14176fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ android {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")

implementation(platform("androidx.compose:compose-bom:2024.09.01"))
implementation(platform("androidx.compose:compose-bom:2024.09.02"))
implementation("androidx.compose.animation:animation-graphics")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.compose.material3:material3")
Expand All @@ -85,8 +85,8 @@ dependencies {

implementation("androidx.activity:activity-compose:1.9.2")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.5")
implementation("androidx.navigation:navigation-compose:2.8.0")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.6")
implementation("androidx.navigation:navigation-compose:2.8.1")

implementation("com.github.zhanghai.quickjs-java:quickjs-android:0.9.3")
implementation("com.mikepenz:aboutlibraries-core:11.2.3")
Expand Down

0 comments on commit 14176fa

Please sign in to comment.