mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-05 02:22:55 +01:00
Add stringtemplate dependency to smali, because proguard.
Conflicts: build.gradle
This commit is contained in:
parent
59a0d2f09b
commit
97c52167cf
@ -79,6 +79,7 @@ subprojects {
|
||||
junit: 'junit:junit:4.6',
|
||||
antlr_runtime: 'org.antlr:antlr-runtime:3.5.2',
|
||||
antlr: 'org.antlr:antlr:3.5.2',
|
||||
stringtemplate: 'org.antlr:stringtemplate:3.2.1',
|
||||
commons_cli: 'commons-cli:commons-cli:1.2',
|
||||
jflex: 'de.jflex:jflex:1.4.3',
|
||||
proguard: 'net.sf.proguard:proguard-base:4.8'
|
||||
|
@ -68,6 +68,7 @@ dependencies {
|
||||
compile project(':brut.apktool.smali:util')
|
||||
compile project(':brut.apktool.smali:dexlib2')
|
||||
compile depends.antlr_runtime
|
||||
compile depends.stringtemplate
|
||||
compile depends.commons_cli
|
||||
|
||||
testCompile depends.junit
|
||||
|
Loading…
Reference in New Issue
Block a user