mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-23 15:21:07 +01:00
Update DexCount and PlayPublisher plugins
This commit is contained in:
parent
a1c158f26d
commit
eea906fc5b
@ -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"
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user