Skip to content

Commit

Permalink
app: update project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 committed Apr 19, 2024
1 parent 8cd8d66 commit 2fd9676
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
agp = "8.3.1"
agp = "8.3.2"
kotlinAndroid = "1.9.23"

core = "1.12.0"
core = "1.13.0"
collection = "1.4.0"
fragment = "1.7.0-beta01"
fragment = "1.7.0-rc02"
recyclerview = "1.3.2"
lifecycle-common = "2.7.0"
vectordrawable = "1.2.0-beta01"
Expand All @@ -16,7 +16,7 @@ constraintlayout = "2.2.0-alpha13"
xposed-api = "82"

gson = "2.10.1"
dexkit = "2.0.0"
dexkit = "2.0.1"
tinyPinyin = "2.0.3.RELEASE"
ezXHelper = "2.1.2"
accompanist = "0.34.0"
Expand Down

0 comments on commit 2fd9676

Please sign in to comment.