mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-14 20:56:47 +01:00
Update dependencies (#2715)
* Bump gradle to 7.3.1 * Update dependencies * Gradle 7.3.2
This commit is contained in:
parent
95874be448
commit
86856a69d7
@ -19,11 +19,11 @@ buildscript {
|
|||||||
ext {
|
ext {
|
||||||
depends = [
|
depends = [
|
||||||
baksmali : 'org.smali:baksmali:2.5.2',
|
baksmali : 'org.smali:baksmali:2.5.2',
|
||||||
commons_cli : 'commons-cli:commons-cli:1.4',
|
commons_cli : 'commons-cli:commons-cli:1.5.0',
|
||||||
commons_io : 'commons-io:commons-io:2.11.0',
|
commons_io : 'commons-io:commons-io:2.11.0',
|
||||||
commons_lang : 'org.apache.commons:commons-lang3:3.12.0',
|
commons_lang : 'org.apache.commons:commons-lang3:3.12.0',
|
||||||
commons_text : 'org.apache.commons:commons-text:1.9',
|
commons_text : 'org.apache.commons:commons-text:1.9',
|
||||||
guava : 'com.google.guava:guava:30.1.1-jre',
|
guava : 'com.google.guava:guava:31.0.1-jre',
|
||||||
junit : 'junit:junit:4.13.2',
|
junit : 'junit:junit:4.13.2',
|
||||||
proguard_gradle: 'com.guardsquare:proguard-gradle:7.1.1',
|
proguard_gradle: 'com.guardsquare:proguard-gradle:7.1.1',
|
||||||
snakeyaml : 'org.yaml:snakeyaml:1.29:android',
|
snakeyaml : 'org.yaml:snakeyaml:1.29:android',
|
||||||
@ -38,7 +38,7 @@ buildscript {
|
|||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath "gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0"
|
classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.0"
|
||||||
classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1"
|
classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
x
Reference in New Issue
Block a user