/
dieoska
/
ddnet
Обзор
Документация
Войти
/
dieoska
/
ddnet
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
scripts/android/files/proguard-rules.pro
35 строк
1 KB
Robert Müller
Fix Android crash in release build due to ProGuard
19 дек 2024, 19:31
19 дек 2024, 19:31
f3af041
Код
Авторство
О чём код?
# Add project specific ProGuard rules here. # You can control the set of applied configuration files using the # proguardFiles setting in build.gradle. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html # If your project uses WebView with JS, uncomment the following # and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #} # Uncomment this to preserve the line number information for # debugging stack traces. -keepattributes SourceFile,LineNumberTable -keepclassmembers, allowoptimization public class org.ddnet.client.* { *; } -keepclassmembers, allowoptimization public class org.libsdl.app.* { *; } # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile ############################################ ## OUR ############################################ ############################################ ## OTHER ############################################