Skip to content

Commit

Permalink
⬆️ Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovngl committed Dec 8, 2023
1 parent 6a57096 commit 1406a18
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
kotlinCompilerExtensionVersion = "1.5.6"
}
packaging {
resources {
Expand Down
19 changes: 8 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
[versions]
accompanist-systemuicontroller = "0.32.0"
activity-compose = "1.7.2"
agp = "8.1.2"
androidx-core-ktx = "1.12.0"
activity-compose = "1.8.1"
agp = "8.2.0"
androidx-test-core-ktx = "1.5.0"
androidx-test-ext-junit = "1.1.5"
compose-bom = "2023.10.00"
compose-bom = "2023.10.01"
core-ktx = "1.12.0"
dagger-hilt = "2.49"
espresso-core = "3.5.1"
firebase-bom = "32.3.1"
firebase-bom = "32.7.0"
firebase-crashlytics-gradle = "2.9.9"
google-services = "4.4.0"
hilt-common = "1.0.0"
hilt-common = "1.1.0"
junit = "4.13.2"
ksp = "1.9.10-1.0.13"
lifecycle-runtime-ktx = "2.6.2"
navigation-compose = "2.7.5"
org-jetbrains-kotlin-android = "1.9.10"
org-jetbrains-kotlin-android = "1.9.21"
paparazzi = "1.3.1"
room = "2.5.2"
room = "2.6.1"
test-rules = "1.5.0"
test-runner = "1.5.2"
ui-test-junit4 = "1.5.3"
ui-test-junit4 = "1.5.4"
uiautomator = "2.2.0"
work-runtime-ktx = "2.8.1"
splashscreen = "1.0.1"
Expand All @@ -31,7 +30,6 @@ org-jetbrains-kotlin-jvm = "1.9.10"
[libraries]
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist-systemuicontroller" }
activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activity-compose" }
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core-ktx" }
androidx-hilt-common = { module = "androidx.hilt:hilt-common", version.ref = "hilt-common" }
androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "hilt-common" }
androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-runtime-compose", version.ref = "lifecycle-runtime-ktx" }
Expand Down Expand Up @@ -64,7 +62,6 @@ material3 = { group = "androidx.compose.material3", name = "material3" }
runtime-livedata = { group = "androidx.compose.runtime", name = "runtime-livedata" }
test-core-ktx = { module = "androidx.test:core-ktx", version.ref = "androidx-test-core-ktx" }
ui = { group = "androidx.compose.ui", name = "ui" }
ui-graphics = { group = "androidx.compose.ui", name = "ui-graphics" }
ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4", version.ref = "ui-test-junit4" }
ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
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 @@
#Tue Feb 14 18:02:02 CET 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 1406a18

Please sign in to comment.