Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent d4b926c commit c69e999
Show file tree
Hide file tree
Showing 5 changed files with 282 additions and 209 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ activityCompose = "1.9.0"
# https://google.github.io/accompanist/#compose-versions
accompanist = "0.34.0"
appcompat = "1.7.0"
androidGradlePlugin = "8.4.1"
androidGradlePlugin = "8.5.2"
androidxLifecycle = "2.7.0"
coil = "2.6.0"
coil = "2.7.0"
composeCompiler = "1.5.14"
# https://developer.android.com/jetpack/compose/bom/bom-mapping
composeBom = "2024.05.00"
composeBom = "2024.06.00"
coreKtx = "1.13.1"
dataStorePreferences = "1.1.1"
espressoCore = "3.5.1"
espressoCore = "3.6.1"
firebaseBom = "33.1.0"
firebaseCrashlyticsPlugin = "2.9.9"
gmsPlugin = "4.4.2"
gradle-play-publisher = "3.9.1"
hilt = "2.51.1"
gradle-play-publisher = "3.10.1"
hilt = "2.52"
hiltNavigationCompose = "1.2.0"
junit = "4.13.2"
junitVersion = "1.1.5"
junitVersion = "1.2.1"
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlin = "1.9.24"
kotlinxCoroutines = "1.8.1"
Expand All @@ -31,8 +31,8 @@ navigation = "2.7.7"
okhttp = "4.12.0"
retrofit = "2.11.0"
retrofitKotlinxSerializationJson = "1.0.0"
robolectric = "4.12.2"
roborazzi = "1.20.0"
robolectric = "4.13"
roborazzi = "1.26.0"
room = "2.6.1"
turbine = "1.1.0"

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Mon Mar 18 21:15:24 JST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit c69e999

Please sign in to comment.