@@ -18,7 +18,7 @@ import java.nio.charset.StandardCharsets
18
18
buildscript {
19
19
ext {
20
20
depends = [
21
- baksmali : ' com.github.iBotPeaches .smali:baksmali:403e90375e ' ,
21
+ baksmali : ' com.android.tools .smali:smali- baksmali:3.0.3 ' ,
22
22
commons_cli : ' commons-cli:commons-cli:1.5.0' ,
23
23
commons_io : ' commons-io:commons-io:2.11.0' ,
24
24
commons_lang : ' org.apache.commons:commons-lang3:3.12.0' ,
@@ -27,14 +27,15 @@ buildscript {
27
27
junit : ' junit:junit:4.13.2' ,
28
28
proguard_gradle : ' com.guardsquare:proguard-gradle:7.3.2' ,
29
29
snakeyaml : ' org.yaml:snakeyaml:1.32:android' ,
30
- smali : ' com.github.iBotPeaches .smali:smali:403e90375e ' ,
30
+ smali : ' com.android.tools .smali:smali:3.0.3 ' ,
31
31
xmlpull : ' xpp3:xpp3:1.1.4c' ,
32
32
xmlunit : ' xmlunit:xmlunit:1.6' ,
33
33
]
34
34
}
35
35
36
36
repositories {
37
37
gradlePluginPortal()
38
+ google()
38
39
}
39
40
dependencies {
40
41
classpath " gradle.plugin.com.github.johnrengelman:shadow:8.0.0"
@@ -82,15 +83,7 @@ allprojects {
82
83
83
84
repositories {
84
85
mavenCentral()
85
-
86
- // Obtain baksmali/smali from source builds - https://github.com/iBotPeaches/smali
87
- // Remove when official smali releases come out again.
88
- maven {
89
- url ' https://jitpack.io'
90
- content {
91
- includeGroup(' com.github.iBotPeaches.smali' )
92
- }
93
- }
86
+ google()
94
87
}
95
88
}
96
89
0 commit comments