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 Feb 27, 2024
1 parent ae5d386 commit 36244fd
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 212 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ksp = "1.9.22-1.0.17"
ktlint = "12.1.0"
kotlinx-serialization = "1.6.0"
hilt = "2.50"
hilt-androidx = "1.1.0"
hilt-androidx = "1.2.0"
core-ktx = "1.12.0"
splashscreen = "1.0.1"
junit = "4.13.2"
Expand All @@ -15,26 +15,26 @@ androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
lifecycle-runtime = "2.7.0"
activity-compose = "1.8.2"
compose-bom = "2024.01.00"
compose-htmlconverter = "0.9.1"
compose-bom = "2024.02.01"
compose-htmlconverter = "0.9.4"
kmpalette = "3.1.0"
lyricist = "1.6.2"
material3 = "1.2.0-rc01"
material3 = "1.2.0"
compose-compiler = "1.5.8"
navigation = "2.7.6"
navigation-typed = "0.9.0"
navigation = "2.7.7"
navigation-typed = "0.10.0"
molecule = "1.3.2"
media3 = "1.2.1"
coroutines = "1.7.3"
workmanager = "2.9.0"
coil = "2.5.0"
ktor = "2.3.5"
coil = "2.6.0"
ktor = "2.3.8"
result = "1.1.18"
kermit = "2.0.3"
sqldelight = "2.0.1"
sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk)
google-services = "4.4.0"
firebase-bom = "32.7.1"
sqlite-jdbc = "3.45.1.0" # sqlite version used in Android API level 26 (our minSdk)
google-services = "4.4.1"
firebase-bom = "32.7.2"
crashlytics = "2.9.9"
leakcanary = "3.0-alpha-1"
datastore = "1.1.0-beta01"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 4 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#Sat Nov 18 22:04:53 EET 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionSha256Sum=9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026
distributionSha256Sum=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 36244fd

Please sign in to comment.