Remove gradle-apt-plugin since it isn't stricly needed anymore

Reference: https://github.com/tbroyer/gradle-apt-plugin/blob/6b2ee87fbf52ee09f70fb585d37e1d834da5ae3e/README.md
This commit is contained in:
Torsten Grote
2018-10-31 16:01:57 -03:00
parent 3a15e47ddd
commit e1f31ad381
4 changed files with 51 additions and 10 deletions
-1
View File
@@ -28,7 +28,6 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'net.ltgt.gradle:gradle-apt-plugin:0.18'
classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.4.6'
classpath files('libs/gradle-witness.jar')
}