Skip to content
Snippets Groups Projects
Commit eecebea1 authored by Adrien Béraud's avatar Adrien Béraud Committed by Hadrien De Sousa
Browse files

build: remove android-apt


Third-party android-apt isn't supported anymore and its features
have been integrated in the Android gradle plugin.

Remove the android-apt and replace with built-in features.

Change-Id: If60e597e961eae5a34baf5dc9142e42e6d106be4
Reviewed-by: default avatarHadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
parent 17ceeca2
No related branches found
No related tags found
No related merge requests found
apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt'
repositories {
jcenter()
......@@ -33,10 +32,10 @@ dependencies {
// Butterknife
compile 'com.jakewharton:butterknife:8.1.0'
compile 'com.skyfishjy.ripplebackground:library:1.0.1'
apt 'com.jakewharton:butterknife-compiler:8.1.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.1.0'
// Dagger dependency injection
apt 'com.google.dagger:dagger-compiler:2.7'
annotationProcessor 'com.google.dagger:dagger-compiler:2.7'
compile 'com.google.dagger:dagger:2.7'
provided 'javax.annotation:jsr250-api:1.0'
......
......@@ -5,10 +5,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment