Skip to content

Commit

Permalink
🤖 Update Dependencies (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
compose-devrel-github-bot authored Aug 10, 2023
1 parent 0ed007d commit 943ccd2
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#####
[versions]
accompanist = "0.30.1"
androidGradlePlugin = "8.0.2"
androidGradlePlugin = "8.1.0"
androidx-activity-compose = "1.8.0-alpha06"
androidx-appcompat = "1.6.1"
androidx-benchmark = "1.1.1"
androidx-benchmark-junit4 = "1.1.0-beta04"
androidx-cardview = "1.0.0"
androidx-compose-bom = "2023.06.01"
androidx-compose-bom = "2023.08.00"
androidx-constraintlayout = "2.1.4"
androidx-constraintlayout-compose = "1.1.0-alpha10"
androidx-constraintlayout-compose = "1.1.0-alpha12"
androidx-coordinator-layout = "1.2.0"
androidx-corektx = "1.9.0"
androidx-emoji2-views = "1.4.0-beta05"
androidx-fragment-ktx = "1.6.0"
androidx-fragment-ktx = "1.6.1"
androidx-glance-appwidget = "1.0.0-rc01"
androidx-lifecycle-compose = "2.6.1"
androidx-lifecycle-runtime-compose = "2.6.1"
androidx-navigation = "2.6.0"
androidx-navigation = "2.7.0"
androidx-paging = "3.2.0-rc01"
androidx-paging-common = "3.1.1"
androidx-palette = "1.0.0"
Expand All @@ -31,12 +31,11 @@ androidx-test-ext-truth = "1.5.0"
androidx-window = "1.2.0-alpha02"
androidxHiltNavigationCompose = "1.0.0"
androix-test-uiautomator = "2.2.0"

coil = "2.4.0"
# @keep
compileSdk = "34"
compose-compiler = "1.4.7"
coroutines = "1.7.2"
coroutines = "1.7.3"
google-maps = "18.1.0"
gradle-versions = "0.47.0"
hilt = "2.47"
Expand All @@ -47,12 +46,12 @@ junit = "4.13.2"
# @pin Update in conjuction with Compose Compiler
kotlin = "1.8.21"
ksp = "1.8.0-1.0.9"
maps-compose = "2.11.4"
maps-compose = "2.13.0"
material = "1.11.0-alpha01"
# @keep
minSdk = "21"
okhttp = "4.11.0"
recyclerview = "1.3.0"
recyclerview = "1.3.1"
robolectric = "4.9.2"
rome = "1.18.0"
room = "2.5.1"
Expand Down Expand Up @@ -129,6 +128,7 @@ androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-
androidx-test-runner = "androidx.test:runner:1.5.2"
androidx-test-uiautomator = { module = "androidx.test.uiautomator:uiautomator", version.ref = "androix-test-uiautomator" }
androidx-window = { module = "androidx.window:window", version.ref = "androidx-window" }
androidx-work-runtime-ktx = "androidx.work:work-runtime-ktx:2.8.1"
coil-kt-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
core-jdk-desugaring = { module = "com.android.tools:desugar_jdk_libs", version.ref = "jdkDesugar" }
google-android-material = { module = "com.google.android.material:material", version.ref = "material" }
Expand All @@ -147,7 +147,6 @@ okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }
rometools-modules = { module = "com.rometools:rome-modules", version.ref = "rome" }
rometools-rome = { module = "com.rometools:rome", version.ref = "rome" }
androidx-work-runtime-ktx = { group = "androidx.work", name = "work-runtime-ktx", version = "2.8.1" }

[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
Expand Down

0 comments on commit 943ccd2

Please sign in to comment.