build: Downgrade dependency due to it incorrectly breaking binary compatibility
This commit is contained in:
parent
b2f046a7f6
commit
7946d503db
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[versions]
|
||||
revanced-patcher = "19.3.1"
|
||||
smali = "3.0.7"
|
||||
#noinspection GradleDependency
|
||||
smali = "3.0.5" # 3.0.7 breaks binary compatibility. Tracking https://github.com/google/smali/issues/58.
|
||||
guava = "33.1.0-jre"
|
||||
gson = "2.10.1"
|
||||
binary-compatibility-validator = "0.14.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue