summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorHannes Achleitner <hannes.software@gmx.at>2019-01-27 12:45:32 +0100
committerHannes Achleitner <hannes.software@gmx.at>2019-01-27 12:45:32 +0100
commite9c10cdaa828c93c70ad94c4bc6b9020df3f6699 (patch)
tree58e82d93110d98fa3185ab63ffc828cfc19baee2 /build.gradle
parent9ca7888d92446bd7def87b255b01fce4f5eed04f (diff)
downloadAntennaPod-e9c10cdaa828c93c70ad94c4bc6b9020df3f6699.zip
simplify build concerning maven repos
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 5cd8395cd..f2c287089 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,8 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.0'
- // Exclude the version that the android plugin depends on.
- configurations.classpath.exclude group: "com.android.tools.external.lombok"
+ classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.5'
}
}
@@ -15,6 +14,7 @@ allprojects {
repositories {
google()
jcenter()
+ maven { url "https://jitpack.io" }
}
}