Skip to content

Commit

Permalink
[Feature] Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed Jan 17, 2024
1 parent a1216dd commit 24c035b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
val androidGradlePluginVersion = "8.2.0"
val androidGradlePluginVersion = "8.2.1"
id("com.android.application") version androidGradlePluginVersion apply false
id("com.android.library") version androidGradlePluginVersion apply false
kotlin("android") version "1.9.20" apply false
kotlin("android") version "1.9.22" apply false
id("com.vanniktech.maven.publish") version "0.25.3" apply false
}
4 changes: 2 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}
kotlinOptions { jvmTarget = JavaVersion.VERSION_1_8.toString() }
buildFeatures { compose = true }
composeOptions { kotlinCompilerExtensionVersion = "1.5.5" }
composeOptions { kotlinCompilerExtensionVersion = "1.5.8" }
packaging { resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" } }
buildTypes {
release {
Expand All @@ -51,5 +51,5 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-test-manifest")

implementation("androidx.core:core-ktx:1.12.0")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.6.2")
implementation("androidx.lifecycle:lifecycle-runtime-compose:2.7.0")
}
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
}
kotlinOptions { jvmTarget = JavaVersion.VERSION_1_8.toString() }
buildFeatures { compose = true }
composeOptions { kotlinCompilerExtensionVersion = "1.5.5" }
composeOptions { kotlinCompilerExtensionVersion = "1.5.8" }
packaging { resources { excludes += "/META-INF/{AL2.0,LGPL2.1}" } }
signingConfigs {
create("release") {
Expand Down

0 comments on commit 24c035b

Please sign in to comment.