Skip to content

Commit

Permalink
Build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Oct 3, 2024
1 parent 14176fa commit 86d89a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.02"))
implementation(platform("androidx.compose:compose-bom:2024.09.03"))
implementation("androidx.compose.animation:animation-graphics")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.compose.material3:material3")
Expand All @@ -86,7 +86,7 @@ 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.6")
implementation("androidx.navigation:navigation-compose:2.8.1")
implementation("androidx.navigation:navigation-compose:2.8.2")

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 86d89a6

Please sign in to comment.