Skip to content

Commit

Permalink
fix: Downgrade smali to fix dex compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 30, 2024
1 parent 328aa87 commit c09dd24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ kotlin = "2.0.0"
kotlinx-coroutines-core = "1.8.1"
mockk = "1.13.10"
multidexlib2 = "3.0.3.r3"
smali = "3.0.7"
# Tracking https://github.com/google/smali/issues/64.
#noinspection GradleDependency
smali = "3.0.5"
binary-compatibility-validator = "0.15.1"
xpp3 = "1.1.4c"

Expand Down

0 comments on commit c09dd24

Please sign in to comment.