mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
remove unneeded dependencies
This commit is contained in:
parent
57a8eb39b8
commit
5c7702396d
@ -85,15 +85,12 @@ subprojects {
|
||||
|
||||
ext {
|
||||
depends = [
|
||||
antlr: 'org.antlr:antlr:3.5',
|
||||
antlr_runtime: 'org.antlr:antlr-runtime:3.5',
|
||||
baksmali: 'org.smali:baksmali:2.1.1',
|
||||
commons_cli: 'commons-cli:commons-cli:1.2',
|
||||
commons_io: 'commons-io:commons-io:2.4',
|
||||
commons_lang: 'org.apache.commons:commons-lang3:3.1',
|
||||
findbugs: 'com.google.code.findbugs:jsr305:1.3.9',
|
||||
guava: 'com.google.guava:guava:14.0',
|
||||
jflex: 'de.jflex:jflex:1.4.3',
|
||||
junit: 'junit:junit:4.6',
|
||||
proguard_gradle: 'net.sf.proguard:proguard-gradle:5.2.1',
|
||||
snakeyaml: 'org.yaml:snakeyaml:1.12',
|
||||
|
Loading…
Reference in New Issue
Block a user