summaryrefslogtreecommitdiff
path: root/app/build.gradle
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 /app/build.gradle
parenta1c158f26d943dd120094ab7ebd113666c5abd2f (diff)
downloadAntennaPod-eea906fc5b99fd23d5e4c6a4106855d3104ec6dc.zip
Update DexCount and PlayPublisher plugins
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 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"