mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-18 18:39:23 +01:00
Bump versions
This commit is contained in:
parent
3352088d00
commit
8a8cd6eb89
@ -26,7 +26,7 @@ processResources {
|
||||
from('src/main/resources/') {
|
||||
include '**/*.jar'
|
||||
}
|
||||
|
||||
|
||||
includeEmptyDirs = false
|
||||
}
|
||||
|
||||
@ -48,4 +48,4 @@ dependencies {
|
||||
depends.commons_io
|
||||
|
||||
testImplementation depends.xmlunit
|
||||
}
|
||||
}
|
||||
|
@ -123,11 +123,11 @@ subprojects {
|
||||
depends = [
|
||||
baksmali: 'org.smali:baksmali:2.5.2',
|
||||
commons_cli: 'commons-cli:commons-cli:1.4',
|
||||
commons_io: 'commons-io:commons-io:2.4',
|
||||
commons_io: 'commons-io:commons-io:2.8.0',
|
||||
commons_lang: 'org.apache.commons:commons-lang3:3.12.0',
|
||||
guava: 'com.google.guava:guava:30.1.1-jre',
|
||||
junit: 'junit:junit:4.13.2',
|
||||
proguard_gradle: 'com.guardsquare:proguard-gradle:7.0.0',
|
||||
proguard_gradle: 'com.guardsquare:proguard-gradle:7.0.1',
|
||||
snakeyaml: 'org.yaml:snakeyaml:1.28:android',
|
||||
smali: 'org.smali:smali:2.5.2',
|
||||
xmlpull: 'xpp3:xpp3:1.1.4c',
|
||||
|
Loading…
Reference in New Issue
Block a user