Bump versions

This commit is contained in:
Goooler 2021-04-16 01:34:36 +08:00 committed by Connor Tumbleson
parent 3352088d00
commit 8a8cd6eb89
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ processResources {
from('src/main/resources/') {
include '**/*.jar'
}
includeEmptyDirs = false
}
@ -48,4 +48,4 @@ dependencies {
depends.commons_io
testImplementation depends.xmlunit
}
}

View File

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