Skip to content

Commit ef04a63

Browse files
authored
Fixed Proguard rules to not allow Gson serializaton to break (#811)
* Fixed Proguard rules to not allow Gson serializaton to break * Remove CODEOWNERS file
1 parent 693abc8 commit ef04a63

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
This file was deleted.

app/proguard-rules.pro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@
4848

4949
# Retain Upload Service classes
5050
-keep class net.gotev.uploadservice.** { *; }
51+
52+
# Keep Kotlin Pair class for Gson serialization
53+
-keep class kotlin.Pair { *; }
54+
-keepclassmembers class kotlin.Pair { *; }

0 commit comments

Comments
 (0)