Skip to content

Commit

Permalink
chore: update Gradle and AGP versions
Browse files Browse the repository at this point in the history
Updated Gradle to version 8.10.2 and Android Gradle Plugin to 8.8.0.
  • Loading branch information
urFate committed Jan 18, 2025
1 parent d4ef48d commit faf96f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ksp = "2.0.21-1.0.25"
googleServices = "4.4.2"
crashlytics = "3.0.2"
daggerHiltAndroid = "2.51.1"
agp = "8.7.3"
agp = "8.8.0"
androidxCore = "1.15.0"
androidxCoreSplashScreen = "1.0.1"
androidxLifecycle = "2.8.7"
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 @@
#Sun May 07 10:54:50 MSK 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit faf96f3

Please sign in to comment.