From 2016a88f5c91e2b7a61cf3131a233b0cb796ce1a Mon Sep 17 00:00:00 2001 From: Xudong Ma Date: Thu, 17 Sep 2015 18:17:32 -0700 Subject: [PATCH] Update the comments in proguard-rules files. --- android-interop-testing/app/proguard-rules.pro | 9 +-------- examples/android/app/proguard-rules.pro | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/android-interop-testing/app/proguard-rules.pro b/android-interop-testing/app/proguard-rules.pro index 28002fc557..96bf83ca4d 100644 --- a/android-interop-testing/app/proguard-rules.pro +++ b/android-interop-testing/app/proguard-rules.pro @@ -1,6 +1,6 @@ # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified -# in /Users/thagikura/android-sdk/tools/proguard/proguard-android.txt +# in $ANDROID_HOME/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # @@ -9,12 +9,5 @@ # Add any project specific keep options here: -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} - -dontwarn com.google.common.** -dontwarn okio.** diff --git a/examples/android/app/proguard-rules.pro b/examples/android/app/proguard-rules.pro index 398e8e2d15..8f08ecbac9 100644 --- a/examples/android/app/proguard-rules.pro +++ b/examples/android/app/proguard-rules.pro @@ -1,6 +1,6 @@ # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified -# in /Users/thagikura/android-sdk/tools/proguard/proguard-android.txt +# in $ANDROID_HOME/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the proguardFiles # directive in build.gradle. # @@ -9,12 +9,5 @@ # Add any project specific keep options here: -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} - -dontwarn com.google.common.** -dontwarn okio.** \ No newline at end of file