fix[android]: add comment, section optional

This commit is contained in:
Sandra Forberger 2019-11-01 15:33:45 +07:00
parent fc89bb9543
commit fe1a32d449

View file

@ -72,9 +72,10 @@ dependencies {
// Assign the annotation processor for tests.
testAnnotationProcessor 'com.google.auto.service:auto-service:1.0-rc4'
}
//Show deprecation compiler warnings
/*
allprojects {
tasks.withType(JavaCompile) {
options.compilerArgs << "-Xlint:deprecation"
}
}
}*/