diff --git a/android/KMEA/app/build.gradle b/android/KMEA/app/build.gradle index 9dda84ec4c..ef8d112f36 100644 --- a/android/KMEA/app/build.gradle +++ b/android/KMEA/app/build.gradle @@ -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" } -} +}*/