Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #12

Merged
merged 1 commit into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 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.3"
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.10"
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.8.0"
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"
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