Skip to content

Commit

Permalink
app: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 committed Oct 6, 2024
1 parent eb42b3e commit 58d0c4c
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,16 +1,16 @@
[versions]
agp = "8.6.0"
agp = "8.7.0"
hooktool = "v.0.9.6.5"
kotlinAndroid = "2.0.20"
lsparanoid = "0.6.0"
#lspluginResopt = "1.6"

annotation = "1.8.2"
core = "1.13.1"
collection = "1.4.3"
fragment = "1.8.3"
collection = "1.4.4"
fragment = "1.8.4"
recyclerview = "1.3.2"
lifecycle-common = "2.8.5"
lifecycle-common = "2.8.6"
vectordrawable = "1.2.0"
vectordrawable-animated = "1.2.0"
customview = "1.2.0-alpha02"
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 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 58d0c4c

Please sign in to comment.