summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-05-04 17:00:46 +0200
committerByteHamster <info@bytehamster.com>2020-05-04 17:00:46 +0200
commitf804bc56db1a8ba84d3361146a8a9cbcb35c55e1 (patch)
treeeca4db4c59ffc7c23ba1cd80b93afd2446c0877c /build.gradle
parent4a81dc29f0121cd0e3dd3b76847b809902911edc (diff)
downloadantennapod-f804bc56db1a8ba84d3361146a8a9cbcb35c55e1.zip
Fixed incompatibilities with Gradle 3.6
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2a780d2a3..82cec73ce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
- classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.6'
+ classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:1.0.2'
classpath 'de.timfreiheit.resourceplaceholders:placeholders:0.3'
}
}