1*f99be7d8SXin Li# Add project specific ProGuard rules here. 2*f99be7d8SXin Li# You can control the set of applied configuration files using the 3*f99be7d8SXin Li# proguardFiles setting in build.gradle. 4*f99be7d8SXin Li# 5*f99be7d8SXin Li# For more details, see 6*f99be7d8SXin Li# http://developer.android.com/guide/developing/tools/proguard.html 7*f99be7d8SXin Li 8*f99be7d8SXin Li# If your project uses WebView with JS, uncomment the following 9*f99be7d8SXin Li# and specify the fully qualified class name to the JavaScript interface 10*f99be7d8SXin Li# class: 11*f99be7d8SXin Li#-keepclassmembers class fqcn.of.javascript.interface.for.webview { 12*f99be7d8SXin Li# public *; 13*f99be7d8SXin Li#} 14*f99be7d8SXin Li 15*f99be7d8SXin Li# Uncomment this to preserve the line number information for 16*f99be7d8SXin Li# debugging stack traces. 17*f99be7d8SXin Li#-keepattributes SourceFile,LineNumberTable 18*f99be7d8SXin Li 19*f99be7d8SXin Li# If you keep the line number information, uncomment this to 20*f99be7d8SXin Li# hide the original source file name. 21*f99be7d8SXin Li#-renamesourcefileattribute SourceFile 22