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