summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTacoTheDank <SkytkRSfan3895@gmail.com>2021-12-28 13:56:50 -0500
committerTacoTheDank <SkytkRSfan3895@gmail.com>2021-12-28 13:56:50 -0500
commiteea906fc5b99fd23d5e4c6a4106855d3104ec6dc (patch)
tree971e2a78a00e84e71e003aa8aca64ca6fdf7e5b9
parenta1c158f26d943dd120094ab7ebd113666c5abd2f (diff)
downloadantennapod-eea906fc5b99fd23d5e4c6a4106855d3104ec6dc.zip
Update DexCount and PlayPublisher plugins
-rw-r--r--app/build.gradle2
-rw-r--r--build.gradle2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 24e4ebef8..09303af16 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,7 +1,7 @@
plugins {
id('com.android.application')
id('com.getkeepsafe.dexcount')
- id('com.github.triplet.play') version '3.6.0-agp4.2' apply false
+ id('com.github.triplet.play') version '3.7.0-agp4.2' apply false
}
apply from: "../common.gradle"
apply from: "../playFlavor.gradle"
diff --git a/build.gradle b/build.gradle
index 5671b2e22..44b1daaf5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
- classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.0'
+ classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:3.0.1'
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'