Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 6, 2025
1 parent 1332dde commit a85c19a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ androidx-constraintlayout-compose = "1.1.0"
androidx-datastore = "1.1.1"
androidx-health-services = "1.0.0-rc02"
androidx-hilt = "1.2.0"
androidx-media3 = "1.5.0"
androidx-media3 = "1.5.1"
androidx-test-espresso = "3.6.1"
androidx-test-ext = "1.2.1"
androidx-test-runner = "1.6.2"
Expand All @@ -34,9 +34,9 @@ com-squareup-retrofit2 = "2.11.0"
compose-material3 = "1.3.1"
wearComposeMaterial3 = "1.0.0-alpha30"
composesnapshot = "-"
dependencyAnalysis = "2.6.0"
dokka = "1.9.20"
googledagger = "2.53.1"
dependencyAnalysis = "2.6.1"
dokka = "2.0.0"
googledagger = "2.54"
gradlePlugin = "8.7.3"
gradlePublishPlugin = "0.30.0"
io-coil-kt = "2.7.0"
Expand All @@ -52,11 +52,11 @@ moshi = "1.15.2"
okio = "3.9.1"
org-robolectric = "4.14.1"
playServicesAuth = "21.3.0"
protobuf = "4.29.1"
protobuf = "4.29.2"
protobuf-gen-grpc-java = "1.69.0"
protobuf-gen-grpc-kotlin = "1.3.0:jdk8@jar"
protobuf-gen-javalite = "3.0.0"
roborazzi = "1.36.0"
roborazzi = "1.39.0"
room = "2.6.1"
runtimeTracing = "1.7.6"
spotless = "6.25.0"
Expand Down Expand Up @@ -189,7 +189,7 @@ kotlinx-coroutines-guava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-
kotlinx-coroutines-playservices = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "kotlinxCoroutine" }
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutine" }
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinxSerialization" }
lottie-compose = "com.airbnb.android:lottie-compose:6.6.1"
lottie-compose = "com.airbnb.android:lottie-compose:6.6.2"
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
mikepenz-markdown = "com.mikepenz:multiplatform-markdown-renderer:0.26.0"
moshi-adapters = { module = "com.squareup.moshi:moshi-adapters", version.ref = "moshi" }
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit a85c19a

Please sign in to comment.