diff --git a/app/build.gradle b/app/build.gradle index cd3fb7aa1..8830989ac 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,6 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens apply plugin: "com.android.application" apply plugin: "me.tatarka.retrolambda" +apply plugin: 'com.github.triplet.play' repositories { maven { url "https://jitpack.io" } diff --git a/build.gradle b/build.gradle index 3eace8f8a..67afcddd1 100644 --- a/build.gradle +++ b/build.gradle @@ -3,12 +3,13 @@ buildscript { repositories { jcenter() + mavenCentral() } dependencies { classpath "com.android.tools.build:gradle:1.5.0" classpath "me.tatarka:gradle-retrolambda:3.2.4" classpath "me.tatarka.retrolambda.projectlombok:lombok.ast:0.2.3.a2" - + classpath 'com.github.triplet.gradle:play-publisher:1.1.4' // Exclude the version that the android plugin depends on. configurations.classpath.exclude group: "com.android.tools.external.lombok" }