Skip to content

Commit

Permalink
fix: downgrade deps to fix CJK display error
Browse files Browse the repository at this point in the history
  • Loading branch information
NextAlone authored Dec 2, 2024
1 parent fcecf92 commit f76790f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ checkerCompatQual = "2.5.6"
crashlytics = "3.0.2"
dynamicanimation = "1.0.0"
exifinterface = "1.3.7"
coreKtx = "1.15.0"
fragment = "1.8.5"
firebase = "33.6.0"
coreKtx = "1.13.1"
fragment = "1.8.4"
firebase = "33.4.0"
gms = "4.4.2"
gson = "2.11.0"
guava = "33.3.1-jre"
Expand Down

0 comments on commit f76790f

Please sign in to comment.