diff options
author | Abhishek Aggarwal <warabhishek@e.email> | 2022-10-05 12:53:57 +0000 |
---|---|---|
committer | Abhishek Aggarwal <warabhishek@e.email> | 2022-10-05 12:53:57 +0000 |
commit | 50933c2c03fe65dcef62780a83150e33e0450fd4 (patch) | |
tree | 8ebb9c8a4d81bea01a9f535ca869a57b460f44da /permissionse/proguard-rules.pro | |
parent | 21c36aa3e659ca1863239de7bd11d522139f7a9e (diff) | |
parent | 2e251234524d27092ada54c7c98f0d2ec238d1f7 (diff) |
Merge branch '5-import_privacymodulee' into 'main'
5 : Import privacymodulee as permissionse module
See merge request e/os/advanced-privacy!95
Diffstat (limited to 'permissionse/proguard-rules.pro')
-rw-r--r-- | permissionse/proguard-rules.pro | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/permissionse/proguard-rules.pro b/permissionse/proguard-rules.pro new file mode 100644 index 0000000..481bb43 --- /dev/null +++ b/permissionse/proguard-rules.pro @@ -0,0 +1,21 @@ +# Add project specific ProGuard rules here. +# You can control the set of applied configuration files using the +# proguardFiles setting in build.gradle. +# +# For more details, see +# http://developer.android.com/guide/developing/tools/proguard.html + +# 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 *; +#} + +# Uncomment this to preserve the line number information for +# debugging stack traces. +#-keepattributes SourceFile,LineNumberTable + +# If you keep the line number information, uncomment this to +# hide the original source file name. +#-renamesourcefileattribute SourceFile
\ No newline at end of file |