Skip to content

Commit

Permalink
UPDATE dependencies to latest
Browse files Browse the repository at this point in the history
and gradle to 8.6.0
  • Loading branch information
ninovanhooff committed Sep 10, 2024
1 parent b414623 commit 1f81b1b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
24 changes: 24 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 7 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
[versions]
androidxCore = "1.13.1"
androidxLifecycle = "2.8.4"
androidxLifecycle = "2.8.5"
kotlinxCoroutinesTest = "1.8.1"
junit = "4.13.2"
mockkAndroid = "1.13.12"
jvmTarget = "21"
kotlin = "2.0.20"
# should match kotlin https://github.com/google/ksp/releases
ksp = "2.0.20-1.0.25"
gradlePlugin = "8.5.2"
gradlePlugin = "8.6.0"
googleServices = "4.4.2"
crashlyticsPlugin = "3.0.2"
firebaseBOM = "33.1.2"
manesVersions = "0.44.0"
littleRobotsCatalogUpdates = "0.8.4"
firebaseBOM = "33.2.0"
hilt = "2.52"
retrofit = "2.11.0"
kotlinx-serialization = "1.6.3"
kotlinx-serialization = "1.7.2"
retrofit2KotlinxSerializationConverter = "1.0.0"
networkResponseAdapter = "5.0.0"
napier = "2.7.1"
composeDestinations = "1.10.2"
okhttp = "4.12.0"
composePlatform = "2024.08.00"
activityCompose = "1.9.1"
composePlatform = "2024.09.00"
activityCompose = "1.9.2"
hiltNavigationCompose = "1.2.0"
composeLifecycle = "2.8.4"
composeLifecycle = "2.8.5"
turbine = "1.0.0"

[libraries]
Expand Down Expand Up @@ -65,8 +63,6 @@ androidApplication = { id = "com.android.application", version.ref = "gradlePlug
androidLibrary = { id = "com.android.library", version.ref = "gradlePlugin" }
kotlinSerialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
manesVersions = { id = "com-github-ben-manes-versions", version.ref = "manesVersions" }
littleRobotsCatalogUpdates = { id = "nl.littlerobots.version-catalog-update", version.ref = "littleRobotsCatalogUpdates" }
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
googleServices = { id = "com.google.gms.google-services", version.ref = "googleServices" }
Expand Down

0 comments on commit 1f81b1b

Please sign in to comment.