blob: d050ee4ef4506e10c0c41a5c2429242ef954487e [file] [log] [blame]
Sebastiano Barezzi380db732024-09-14 22:12:58 +02001# SPDX-FileCopyrightText: 2024 The LineageOS Project
2# SPDX-License-Identifier: Apache-2.0
3
4# 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