update AGP (3.5.1)

using default build tools version (from AGP)
This commit is contained in:
olegivo
2019-10-08 11:56:42 +03:00
parent 00abb4486d
commit fe091fa740
7 changed files with 7 additions and 24 deletions

View File

@@ -1,13 +1,10 @@
plugins {
id "net.ltgt.apt" version "0.7"
}
apply plugin: 'idea'
apply plugin: 'java'
apply plugin: 'jacoco'
dependencies {
apt "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"
apt 'com.google.dagger:dagger:2.11-rc2'
annotationProcessor "com.google.auto.factory:auto-factory:${AUTO_FACTORY_VERSION}"
annotationProcessor 'com.google.dagger:dagger:2.11-rc2'
compileOnly 'javax.annotation:jsr250-api:1.0'
compileOnly 'org.jetbrains:annotations-java5:15.0'