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 17, 2024
1 parent 86d89a6 commit d31a040
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.03"))
implementation(platform("androidx.compose:compose-bom:2024.10.00"))
implementation("androidx.compose.animation:animation-graphics")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.compose.material3:material3")
Expand All @@ -83,10 +83,10 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-tooling")
debugImplementation("androidx.compose.ui:ui-test-manifest")

implementation("androidx.activity:activity-compose:1.9.2")
implementation("androidx.activity:activity-compose:1.9.3")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.6")
implementation("androidx.navigation:navigation-compose:2.8.2")
implementation("androidx.navigation:navigation-compose:2.8.3")

implementation("com.github.zhanghai.quickjs-java:quickjs-android:0.9.3")
implementation("com.mikepenz:aboutlibraries-core:11.2.3")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.5.2" apply false
id("com.android.application") version "8.7.1" apply false
val kotlinVersion = "2.0.20"
kotlin("android") version kotlinVersion apply false
kotlin("plugin.compose") version kotlinVersion apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Oct 18 23:51:33 PDT 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d31a040

Please sign in to comment.