Update DexCount and PlayPublisher plugins

This commit is contained in:
TacoTheDank 2021-12-28 13:56:50 -05:00
parent a1c158f26d
commit eea906fc5b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
plugins { plugins {
id('com.android.application') id('com.android.application')
id('com.getkeepsafe.dexcount') 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: "../common.gradle"
apply from: "../playFlavor.gradle" apply from: "../playFlavor.gradle"

View File

@ -6,7 +6,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.2.2' 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 'de.timfreiheit.resourceplaceholders:placeholders:0.4'
classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.0" classpath "gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.0"
classpath 'org.codehaus.groovy:groovy-xml:3.0.9' classpath 'org.codehaus.groovy:groovy-xml:3.0.9'