From 34856607f80231788441da99f69639b0ff10b446 Mon Sep 17 00:00:00 2001 From: darken Date: Sat, 11 Oct 2025 07:39:22 +0200 Subject: [PATCH] Fix crash on start due to R8 Closes #341 --- app/proguard/proguard-rules.pro | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/app/proguard/proguard-rules.pro b/app/proguard/proguard-rules.pro index f5fb65b3..51e93b3a 100644 --- a/app/proguard/proguard-rules.pro +++ b/app/proguard/proguard-rules.pro @@ -1,23 +1,2 @@ -# 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 - -# If you keep the line number information, uncomment this to -# hide the original source file name. -#-renamesourcefileattribute SourceFile - +-keep class eu.darken.capod.BuildConfig { *; } -dontobfuscate \ No newline at end of file