]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/proguard-rules.pro
First wrong button text in View Headers in night theme. https://redmine.stoutner...
[PrivacyBrowserAndroid.git] / app / proguard-rules.pro
1 # Copyright © 2020,2022 Soren Stoutner <soren@stoutner.com>.
2 #
3 # This file is part of Privacy Browser Android <https://www.stoutner.com/privacy-browser-android>.
4 #
5 # Privacy Browser Android 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 Android 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 Android.  If not, see <http://www.gnu.org/licenses/>.
17
18
19 # Add project specific ProGuard rules here.
20 # By default, the flags in this file are appended to flags specified
21 # in ~/Android/Sdk/tools/proguard/proguard-android-optimize.txt
22 # You can edit the include path and order by changing the proguardFiles
23 # directive in build.gradle.
24 #
25 # For more details, see
26 #   http://developer.android.com/guide/developing/tools/proguard.html
27
28 # Add any project specific keep options here:
29
30 # If your project uses Webview with JS, uncomment the following
31 # and specify the fully qualified class name to the JavaScript interface
32 # class:
33 #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
34 #   public *;
35 #}
36
37 # Make Kotlin ViewModels work correctly.
38 -keep class * extends androidx.lifecycle.ViewModel { *; }