Update SDK, Gradle, and dependencies
- Updated compileSdk and targetSdk to 36 - Updated Gradle wrapper to version 8.13 - Updated various library dependencies to their latest versions, including: - Android Gradle Plugin (AGP) to 8.11.1 - Kotlin to 2.2.0 - Core KTX to 1.16.0 - AppCompat to 1.7.1 - ConstraintLayout to 2.2.1 - Navigation to 2.9.1 - Lifecycle to 2.9.1 - Dagger to 2.56.2 - WorkManager to 2.10.2 - RecyclerView to 1.4.0 - Retrofit to 3.0.0 - Room to 2.7.2 - Compose to 1.8.3
This commit is contained in:
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
#Sat Sep 07 12:40:08 BST 2024
|
||||
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.13-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user