diff options
author | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-12-28 13:56:50 -0500 |
---|---|---|
committer | TacoTheDank <SkytkRSfan3895@gmail.com> | 2021-12-28 13:56:50 -0500 |
commit | eea906fc5b99fd23d5e4c6a4106855d3104ec6dc (patch) | |
tree | 971e2a78a00e84e71e003aa8aca64ca6fdf7e5b9 /app | |
parent | a1c158f26d943dd120094ab7ebd113666c5abd2f (diff) | |
download | antennapod-eea906fc5b99fd23d5e4c6a4106855d3104ec6dc.zip |
Update DexCount and PlayPublisher plugins
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
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" |