Skip to content

Commit

Permalink
#129 update : proguard
Browse files Browse the repository at this point in the history
  • Loading branch information
koreatlwls committed Jun 2, 2024
1 parent aed100a commit df0577c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
-keep class com.titi.app.feature.main.model.** {*;}
-keep class com.titi.app.feature.measure.model.** {*;}
-keep class com.titi.app.feature.time.model.** {*;}
-keep class com.titi.app.feature.setting.model.** {*;}

-keepclasseswithmembers class * {
@com.squareup.moshi.* <methods>;
Expand All @@ -72,4 +73,9 @@
}

-keepattributes Signature
-keepclassmembers class com.titi.app.feature.setting.model.** {*;}
-keepclassmembers class com.titi.app.feature.setting.model.** {*;}

-keepclassmembers class com.google.firebase.database.** {*;}
-keep class com.google.firebase.database.** {*;}
-keepclassmembers class com.google.firebase.database.GenericTypeIndicator { *; }
-keep class com.google.firebase.database.GenericTypeIndicator { *; }

0 comments on commit df0577c

Please sign in to comment.