mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
update AGP (3.5.1)
using default build tools version (from AGP)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user