mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2025-12-08 19:05:54 +00:00
annotationProcessor instead of neenbedankt.android-apt
This commit is contained in:
parent
cf2880b4b7
commit
e36ea8ee8b
@ -1,6 +1,5 @@
|
||||
apply plugin: 'com.android.application'
|
||||
apply plugin: 'me.tatarka.retrolambda'
|
||||
apply plugin: "com.neenbedankt.android-apt"
|
||||
apply plugin: 'com.siimkinks.sqlitemagic'
|
||||
apply plugin: 'com.google.firebase.firebase-crash'
|
||||
|
||||
@ -121,9 +120,9 @@ dependencies {
|
||||
compile 'uk.co.samuelwall:material-tap-target-prompt:1.9.2'
|
||||
compile 'com.github.k0shk0sh:RetainedDateTimePickers:1.0.2'
|
||||
compile 'com.zzhoujay.markdown:markdown:1.0.4'
|
||||
apt "org.projectlombok:lombok:${lombokVersion}"
|
||||
apt "frankiesardo:icepick-processor:${icepickVersion}"
|
||||
apt "com.jakewharton:butterknife-compiler:${butterKnifeVersion}"
|
||||
annotationProcessor "org.projectlombok:lombok:${lombokVersion}"
|
||||
annotationProcessor "frankiesardo:icepick-processor:${icepickVersion}"
|
||||
annotationProcessor "com.jakewharton:butterknife-compiler:${butterKnifeVersion}"
|
||||
provided "org.projectlombok:lombok:${lombokVersion}"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user