From 60ec1e4bddd3cfed09dcdfc36f9766bac5210f21 Mon Sep 17 00:00:00 2001 From: gronod <1+gronod@noreply.localhost> Date: Sun, 14 Jun 2026 12:07:34 +0100 Subject: [PATCH] Delete app/proguard-rules.pro --- app/proguard-rules.pro | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 app/proguard-rules.pro diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro deleted file mode 100644 index 49a48f9..0000000 --- a/app/proguard-rules.pro +++ /dev/null @@ -1,31 +0,0 @@ -# ProGuard rules for ESP32 ALDL Dashboard -# Compose + Room + Kotlin Serialization + Navigation3 - -# --- General --- --keepattributes *Annotation* --keepattributes Signature --keepattributes InnerClasses --keepattributes EnclosingMethod - -# --- Room --- --keep class * extends androidx.room.RoomDatabase --keep class * { @androidx.room.* ; } --dontwarn androidx.room.paging.** - -# --- Kotlin Serialization --- --keep class kotlinx.serialization.** { *; } --keepclassmembers class ** { - static ** \]serializerInstance; -} - -# --- Compose / Navigation3 --- --keep class androidx.navigation3.** { *; } --keepclassmembers class * { - @androidx.compose.runtime.Composable ; -} - -# --- DataStore --- --keep class androidx.datastore.** { *; } - -# --- Keep all app classes (safe for now) --- --keep class com.gronod.esp32aldldashboard.** { *; } \ No newline at end of file