Skip to content

Commit 7946d50

Browse files
committed
build: Downgrade dependency due to it incorrectly breaking binary compatibility
1 parent b2f046a commit 7946d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[versions]
22
revanced-patcher = "19.3.1"
3-
smali = "3.0.7"
3+
#noinspection GradleDependency
4+
smali = "3.0.5" # 3.0.7 breaks binary compatibility. Tracking https://github.com/google/smali/issues/58.
45
guava = "33.1.0-jre"
56
gson = "2.10.1"
67
binary-compatibility-validator = "0.14.0"

0 commit comments

Comments
 (0)