From 4eabb6cea427909cfdde3ca86ed7547bd77fd7d3 Mon Sep 17 00:00:00 2001 From: wjdwns Date: Tue, 15 Nov 2022 14:09:58 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=EA=B0=80=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/proguard-rules.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index f1b42451..81e46a7f 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -19,3 +19,6 @@ # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile + +-keepnames class com.depromeet.housekeeper.model.** { *; } +-keepnames class com.depromeet.housekeeper.model.enums.** { *; }