Skip to content

Commit

Permalink
Build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Jul 5, 2024
1 parent a6fcf53 commit 1133e87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ android {
}
kotlinOptions { jvmTarget = JavaVersion.VERSION_1_8.toString() }
buildFeatures { compose = true }
composeOptions { kotlinCompilerExtensionVersion = "1.5.9" }
packaging { resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" } }
bundle {
language {
Expand All @@ -77,7 +76,7 @@ dependencies {
implementation(platform("androidx.compose:compose-bom:2024.06.00"))
implementation("androidx.compose.animation:animation-graphics")
implementation("androidx.compose.material:material-icons-extended")
implementation("androidx.compose.material3:material3:1.3.0-beta03")
implementation("androidx.compose.material3:material3:1.3.0-beta04")
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.compose.ui:ui-tooling-preview")
Expand All @@ -86,7 +85,7 @@ dependencies {

implementation("androidx.activity:activity-compose:1.9.0")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.2")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.8.3")
implementation("androidx.navigation:navigation-compose:2.7.7")

implementation("com.github.zhanghai.quickjs-java:quickjs-android:0.9.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.4.2" apply false
id("com.android.application") version "8.5.0" apply false
val kotlinVersion = "2.0.0"
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.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 1133e87

Please sign in to comment.