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