Add stringtemplate dependency to smali, because proguard.

Conflicts:
	build.gradle
This commit is contained in:
Ben Gruver 2015-01-20 08:52:15 -08:00 committed by Connor Tumbleson
parent 59a0d2f09b
commit 97c52167cf
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -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