summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2021-12-28 13:55:21 -0500
committerTacoTheDank <SkytkRSfan3895@gmail.com>2021-12-28 13:55:21 -0500
commita1c158f26d943dd120094ab7ebd113666c5abd2f (patch)
tree1922d4bf31c0d69694cc3bbff59afa36c14d7b64 /build.gradle
parent7768aea11dc9551add8e4f21a2fac5ac51874245 (diff)
downloadantennapod-a1c158f26d943dd120094ab7ebd113666c5abd2f.zip
Update gradle to 7.x
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 219510eeb..5671b2e22 100644
--- a/build.gradle
+++ b/build.gradle
@@ -9,6 +9,7 @@ buildscript {
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.0'
classpath 'de.timfreiheit.resourceplaceholders:placeholders:0.4'
classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.0"
+ classpath 'org.codehaus.groovy:groovy-xml:3.0.9'
}
}