Fix Dagger setup, remove android-apt plugin.

This commit is contained in:
akwizgran
2017-11-15 14:13:57 +00:00
parent 2a43e0b0ed
commit 98e2adf794
9 changed files with 30 additions and 25 deletions

View File

@@ -11,11 +11,14 @@ buildscript {
repositories {
jcenter()
mavenLocal()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
classpath 'net.ltgt.gradle:gradle-apt-plugin:0.9'
classpath 'de.undercouch:gradle-download-task:3.2.0'
classpath files('libs/gradle-witness.jar')
}