Skip to content

Commit

Permalink
chore: upgrade AGP, Gradle, AppCompat, Fragment, Lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyls committed Jun 20, 2024
1 parent f8a507e commit 3f91642
Show file tree
Hide file tree
Showing 3 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,14 +1,14 @@
[versions]
androidGradlePlugin = "8.4.1"
androidGradlePlugin = "8.5.0"
androidx-activity = "1.9.0"
androidx-appcompat = "1.6.1"
androidx-appcompat = "1.7.0"
androidx-browser = "1.8.0"
androidx-coordinatorlayout = "1.2.0"
androidx-core = "1.13.1"
androidx-datastore = "1.1.1"
androidx-drawerlayout = "1.2.0"
androidx-fragment = "1.7.1"
androidx-lifecycle = "2.8.0"
androidx-fragment = "1.8.0"
androidx-lifecycle = "2.8.2"
androidx-paging = "3.3.0"
androidx-preference = "1.2.1"
androidx-recyclerview = "1.3.2"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 3f91642

Please sign in to comment.