File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,14 @@ plugins {
6363allprojects {
6464 repositories {
6565 mavenCentral()
66+ // Obtain baksmali/smali from source builds - https://github.com/iBotPeaches/smali
67+ // Remove when official smali releases come out again.
68+ maven {
69+ url = uri(" https://jitpack.io" )
70+ content {
71+ includeGroup(" com.github.iBotPeaches.smali" )
72+ }
73+ }
6674 google()
6775 }
6876}
Original file line number Diff line number Diff line change 11[versions ]
2- baksmali = " 3.0.9 "
2+ baksmali = " b6365a84f4 " # https://github.com/google/smali/issues/100
33commons_io = " 2.21.0"
44commons_cli = " 1.11.0"
55commons_lang3 = " 3.20.0"
66commons_text = " 1.14.0"
77guava = " 33.5.0-jre"
88junit = " 4.13.2"
99r8 = " 8.7.18"
10- smali = " 3.0.9 "
10+ smali = " b6365a84f4 " # https://github.com/google/smali/issues/100
1111xmlpull = " 1.1.3.1"
1212xmlunit = " 2.11.0"
1313
1414[libraries ]
15- baksmali = { module = " com.android.tools .smali:smali-baksmali" , version.ref = " baksmali" }
15+ baksmali = { module = " com.github.iBotPeaches .smali:smali-baksmali" , version.ref = " baksmali" }
1616commons_cli = { module = " commons-cli:commons-cli" , version.ref = " commons_cli" }
1717commons_io = { module = " commons-io:commons-io" , version.ref = " commons_io" }
1818commons_lang3 = { module = " org.apache.commons:commons-lang3" , version.ref = " commons_lang3" }
1919commons_text = { module = " org.apache.commons:commons-text" , version.ref = " commons_text" }
2020guava = { module = " com.google.guava:guava" , version.ref = " guava" }
2121junit = { module = " junit:junit" , version.ref = " junit" }
2222r8 = { module = " com.android.tools:r8" , version.ref = " r8" }
23- smali = { module = " com.android.tools .smali:smali" , version.ref = " smali" }
23+ smali = { module = " com.github.iBotPeaches .smali:smali" , version.ref = " smali" }
2424xmlpull = { module = " xmlpull:xmlpull" , version.ref = " xmlpull" }
2525xmlunit = { module = " org.xmlunit:xmlunit-legacy" , version.ref = " xmlunit" }
You can’t perform that action at this time.
0 commit comments