]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/proguard-rules.pro
8d07177010e93ad8884b1529996023454ef7b2d1
[PrivacyBrowserAndroid.git] / app / proguard-rules.pro
1 # Copyright © 2020 Soren Stoutner <soren@stoutner.com>.
2 #
3 # This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
4 #
5 # Privacy Browser is free software: you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or
8 # (at your option) any later version.
9 #
10 # Privacy Browser is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>.
17
18 # Add project specific ProGuard rules here.
19 # By default, the flags in this file are appended to flags specified
20 # in ~/Android/Sdk/tools/proguard/proguard-android-optimize.txt
21 # You can edit the include path and order by changing the proguardFiles
22 # directive in build.gradle.
23 #
24 # For more details, see
25 #   http://developer.android.com/guide/developing/tools/proguard.html
26
27 # Add any project specific keep options here:
28
29 # If your project uses Webview with JS, uncomment the following
30 # and specify the fully qualified class name to the JavaScript interface
31 # class:
32 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
33 #   public *;
34 #}
35
36 # Make Kotlin ViewModels work correctly.
37 -keep class * extends androidx.lifecycle.ViewModel { *; }