Skip to content
Snippets Groups Projects
Commit 53e592d6 authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Use official apt annotation processor

parent 0f56bafa
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -13,7 +13,6 @@ repositories {
}
 
apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt'
apply plugin: 'io.fabric'
 
def versionMajor = 2
Loading
Loading
@@ -98,13 +97,13 @@ dependencies {
compile 'com.artemzin.rxjava:proguard-rules:1.2.1.0'
compile 'io.reactivex:rxandroid:1.2.1'
compile 'com.jakewharton:butterknife:8.4.0'
apt 'com.jakewharton:butterknife-compiler:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
compile 'com.jakewharton.timber:timber:4.3.1'
apt 'com.bluelinelabs:logansquare-compiler:1.3.7'
annotationProcessor 'com.bluelinelabs:logansquare-compiler:1.3.7'
compile 'com.bluelinelabs:logansquare:1.3.7'
compile 'net.danlew:android.joda:2.9.4.2'
compile 'org.parceler:parceler-api:1.1.5'
apt 'org.parceler:parceler:1.1.5'
annotationProcessor 'org.parceler:parceler:1.1.5'
compile 'com.github.Commit451:bypasses:1.0.4'
compile 'com.github.Commit451:ElasticDragDismissLayout:1.0.4'
compile 'com.github.Commit451.AdapterLayout:adapterlayout:1.0.3'
Loading
Loading
Loading
Loading
@@ -6,7 +6,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
//check with ./gradlew dependencyUpdates
classpath 'com.github.ben-manes:gradle-versions-plugin:0.13.0'
}
Loading
Loading
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