Skip to content

Commit 1fc7c0f

Browse files
authored
build: Update guava, shadow and proguard dependencies (#3020)
* Upgrade `guava` to `31.1-jre` from `31.0.1-jre` * Upgrade `proguard_gradle` to `7.3.1` from `7.3.0` * Upgrade `shadow` to `8.0.0` from `7.1.0`
1 parent a02c8c8 commit 1fc7c0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ buildscript {
2323
commons_io : 'commons-io:commons-io:2.11.0',
2424
commons_lang : 'org.apache.commons:commons-lang3:3.12.0',
2525
commons_text : 'org.apache.commons:commons-text:1.10.0',
26-
guava : 'com.google.guava:guava:31.0.1-jre',
26+
guava : 'com.google.guava:guava:31.1-jre',
2727
junit : 'junit:junit:4.13.2',
28-
proguard_gradle: 'com.guardsquare:proguard-gradle:7.3.0',
28+
proguard_gradle: 'com.guardsquare:proguard-gradle:7.3.1',
2929
snakeyaml : 'org.yaml:snakeyaml:1.32:android',
3030
smali : 'com.github.iBotPeaches.smali:smali:403e90375e',
3131
xmlpull : 'xpp3:xpp3:1.1.4c',
@@ -37,7 +37,7 @@ buildscript {
3737
gradlePluginPortal()
3838
}
3939
dependencies {
40-
classpath "gradle.plugin.com.github.johnrengelman:shadow:7.1.0"
40+
classpath "gradle.plugin.com.github.johnrengelman:shadow:8.0.0"
4141
classpath "gradle.plugin.com.hierynomus.gradle.plugins:license-gradle-plugin:0.16.1"
4242
}
4343
}

0 commit comments

Comments
 (0)