From fe1a32d44931692a9fea856428f4548778761459 Mon Sep 17 00:00:00 2001 From: Sandra Forberger Date: Fri, 1 Nov 2019 15:33:45 +0700 Subject: [PATCH] fix[android]: add comment, section optional --- android/KMEA/app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" } -} +}*/