Skip to content

Commit

Permalink
chore(deps): upgrade to AGP 8.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jan 11, 2025
1 parent 18b1e65 commit 31759b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.7.3"
agp = "8.8.0"
concurrentFutures = "1.2.0"
datastorePreference = "1.1.1"
guava = "33.3.1-android"
Expand All @@ -9,17 +9,17 @@ androidxAppcompat = "1.7.0"
androidxCamera = "1.4.0-alpha11"
androidxConstraintlayout = "2.2.0"
androidxCore = "1.15.0"
androidxDatabinding = "8.7.3"
androidxDatabinding = "8.8.0"
androidxEspresso = "3.6.1"
androidxJunit = "1.2.1"
androidxLifecycle = "2.8.7"
androidxLifecycleExtensions = "2.2.0"
androidxNavigation = "2.8.4"
androidxNavigation = "2.8.5"
androidxPreference = "1.2.1"
androidxTest = "1.6.1"
dokka = "1.9.20"
junit = "4.13.2"
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlinxCoroutines = "1.9.0"
material = "1.12.0"
mockk = "1.13.9"
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 Mar 29 17:03:59 CEST 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit 31759b8

Please sign in to comment.