ui/material3/proguard-rules.pro
author Da Risk <da_risk@geekorum.com>
Thu, 24 Apr 2025 18:10:07 -0400
changeset 51 d69bdf1ad491
parent 14 bb30a0b89177
permissions -rw-r--r--
ui:common: separate BrowserLauncher functionality from ViewModel
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
# Add project specific ProGuard rules here.
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
# You can control the set of applied configuration files using the
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
# proguardFiles setting in build.gradle.
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
#
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
# For more details, see
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
#   http://developer.android.com/guide/developing/tools/proguard.html
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
# If your project uses WebView with JS, uncomment the following
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
# and specify the fully qualified class name to the JavaScript interface
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
# class:
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
#   public *;
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
#}
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
# Uncomment this to preserve the line number information for
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
# debugging stack traces.
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
#-keepattributes SourceFile,LineNumberTable
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
# If you keep the line number information, uncomment this to
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
# hide the original source file name.
bb30a0b89177 add a material3 ui module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
#-renamesourcefileattribute SourceFile