Enable Proguard

This commit is contained in:
Niels van Velzen
2025-10-02 21:26:04 +02:00
committed by Niels van Velzen
parent d9c27d3849
commit 05180de3b4
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ android {
buildTypes {
release {
isMinifyEnabled = false
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
// Set package names used in various XML files
resValue("string", "app_id", namespace!!)

1
app/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1 @@
-dontwarn org.commonmark.ext.gfm.strikethrough.Strikethrough