mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-13 07:59:24 +01:00
build: update shadowJar and Proguard to latest versions
This commit is contained in:
parent
513bd600c0
commit
26e2dd6f30
@ -21,7 +21,7 @@ buildscript {
|
||||
options.encoding = "UTF-8"
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.4'
|
||||
classpath 'com.github.jengelman.gradle.plugins:shadow:5.0.0'
|
||||
}
|
||||
}
|
||||
|
||||
@ -113,7 +113,7 @@ subprojects {
|
||||
commons_lang: 'org.apache.commons:commons-lang3:3.1',
|
||||
guava: 'com.google.guava:guava:14.0',
|
||||
junit: 'junit:junit:4.12',
|
||||
proguard_gradle: 'net.sf.proguard:proguard-gradle:6.0.3',
|
||||
proguard_gradle: 'net.sf.proguard:proguard-gradle:6.1.0',
|
||||
snakeyaml: 'org.yaml:snakeyaml:1.18:android',
|
||||
smali: 'org.smali:smali:2.2.7',
|
||||
xmlpull: 'xpp3:xpp3:1.1.4c',
|
||||
|
Loading…
Reference in New Issue
Block a user