mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-15 13:19:23 +00:00
fix[android]: add comment, section optional
This commit is contained in:
parent
fc89bb9543
commit
fe1a32d449
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue