blob: 5c6b4dc5e73f04f7e4ca14255bd122170560e924 [file] [log] [blame]
Michael Bestasdd2506a2023-07-20 20:53:02 +03001# SPDX-FileCopyrightText: 2023 The LineageOS Project
2# SPDX-License-Identifier: Apache-2.0
3
LuK1337eadaf722023-02-08 01:04:33 +01004# Add project specific ProGuard rules here.
5# You can control the set of applied configuration files using the
6# proguardFiles setting in build.gradle.
7#
8# For more details, see
9# http://developer.android.com/guide/developing/tools/proguard.html
10
11# If your project uses WebView with JS, uncomment the following
12# and specify the fully qualified class name to the JavaScript interface
13# class:
14#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
15# public *;
16#}
17
18# Uncomment this to preserve the line number information for
19# debugging stack traces.
20#-keepattributes SourceFile,LineNumberTable
21
22# If you keep the line number information, uncomment this to
23# hide the original source file name.
24#-renamesourcefileattribute SourceFile