Skip to content

Commit

Permalink
Merge branch 'main' into renovate/androidx.activity-activity-compose-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Jul 29, 2024
2 parents 15def54 + e85e526 commit 2514cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kotlin = "2.0.0"
[libraries]
androidx-activity-compose = { module = "androidx.activity:activity-compose", version = "1.9.1" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.7.0" }
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.3" }
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version = "2.8.4" }
androidx-test = { module = "androidx.test:core", version = "1.6.1" }
coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
Expand All @@ -25,7 +25,7 @@ robolectric = { module = "org.robolectric:robolectric", version = "4.13" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
api = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.0" }
api = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.2" }
compose = { id = "org.jetbrains.compose", version.ref = "compose" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
Expand Down

0 comments on commit 2514cce

Please sign in to comment.