blob: 35860bf4c88a242c2ed7238acfc7d2698fc62372 [file] [log] [blame]
Alexander Martinz3fe31512021-04-20 17:18:42 +02001# Add project specific ProGuard rules here.
2# You can control the set of applied configuration files using the
3# proguardFiles setting in build.gradle.
4#
5# For more details, see
6# http://developer.android.com/guide/developing/tools/proguard.html
Raj Yengisetty45dd9812014-10-16 15:44:35 -07007
Alexander Martinz3fe31512021-04-20 17:18:42 +02008# If your project uses WebView with JS, uncomment the following
9# and specify the fully qualified class name to the JavaScript interface
10# class:
11#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
12# public *;
13#}
Raj Yengisetty45dd9812014-10-16 15:44:35 -070014
Alexander Martinz3fe31512021-04-20 17:18:42 +020015# Uncomment this to preserve the line number information for
16# debugging stack traces.
17#-keepattributes SourceFile,LineNumberTable
Raj Yengisetty45dd9812014-10-16 15:44:35 -070018
Alexander Martinz3fe31512021-04-20 17:18:42 +020019# If you keep the line number information, uncomment this to
20# hide the original source file name.
21#-renamesourcefileattribute SourceFile
Raj Yengisetty45dd9812014-10-16 15:44:35 -070022
Alexander Martinz3fe31512021-04-20 17:18:42 +020023# we are open source
24-dontobfuscate