Skip to content

Commit

Permalink
bump up libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
skhugh committed Jun 18, 2024
1 parent 60ea15d commit f451852
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
minSdk = "24"
compileSdk = "34"
targetSdk = "34"
agp = "8.4.2"
agp = "8.5.0"
connectKotlin = "0.6.1"
okhttp = "4.12.0"
coroutines = "1.8.1"
androidxActivity = "1.9.0"
androidxLifecycle = "2.8.1"
androidxLifecycle = "2.8.2"
androidxBenchmark = "1.2.4"
androidxComposeCompiler = "1.5.14"

Expand All @@ -17,10 +17,10 @@ connect-kotlin-google-javalite-ext = { module = "com.connectrpc:connect-kotlin-g
connect-kotlin-okhttp = { module = "com.connectrpc:connect-kotlin-okhttp", version.ref = "connectKotlin" }
okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }

guava = { module = "com.google.guava:guava", version = "33.1.0-android" }
guava = { module = "com.google.guava:guava", version = "33.2.1-android" }

kotlinx-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" }
kotlinx-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version = "0.3.5" }
kotlinx-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version = "0.3.7" }

apache-commons-collections = { group = "org.apache.commons", name = "commons-collections4", version = "4.4" }

Expand All @@ -33,7 +33,7 @@ androidx-lifecycle-viewmodel = { group = "androidx.lifecycle", name = "lifecycle
androidx-lifecycle-runtime = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "androidxLifecycle" }
androidx-benchmark = { group = "androidx.benchmark", name = "benchmark-junit4", version.ref = "androidxBenchmark" }

androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2024.05.00" }
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version = "2024.06.00" }
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
androidx-compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
androidx-compose-ui-tooling-preview = { module = "androidx.compose.ui:ui-tooling-preview" }
Expand All @@ -42,7 +42,7 @@ androidx-compose-material = { module = "androidx.compose.material:material" }

material = { group = "com.google.android.material", name = "material", version = "1.12.0" }

gson = { group = "com.google.code.gson", name = "gson", version = "2.10.1" }
gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }

kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" }
junit = { group = "junit", name = "junit", version = "4.13.2" }
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 @@
#Fri Jun 16 11:23:01 KST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit f451852

Please sign in to comment.