mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-01 14:44:26 +02: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',
|
junit: 'junit:junit:4.6',
|
||||||
antlr_runtime: 'org.antlr:antlr-runtime:3.5.2',
|
antlr_runtime: 'org.antlr:antlr-runtime:3.5.2',
|
||||||
antlr: 'org.antlr:antlr: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',
|
commons_cli: 'commons-cli:commons-cli:1.2',
|
||||||
jflex: 'de.jflex:jflex:1.4.3',
|
jflex: 'de.jflex:jflex:1.4.3',
|
||||||
proguard: 'net.sf.proguard:proguard-base:4.8'
|
proguard: 'net.sf.proguard:proguard-base:4.8'
|
||||||
|
@ -68,6 +68,7 @@ dependencies {
|
|||||||
compile project(':brut.apktool.smali:util')
|
compile project(':brut.apktool.smali:util')
|
||||||
compile project(':brut.apktool.smali:dexlib2')
|
compile project(':brut.apktool.smali:dexlib2')
|
||||||
compile depends.antlr_runtime
|
compile depends.antlr_runtime
|
||||||
|
compile depends.stringtemplate
|
||||||
compile depends.commons_cli
|
compile depends.commons_cli
|
||||||
|
|
||||||
testCompile depends.junit
|
testCompile depends.junit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user