We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 693abc8 commit ef04a63Copy full SHA for ef04a63
2 files changed
.github/CODEOWNERS
app/proguard-rules.pro
@@ -48,3 +48,7 @@
48
49
# Retain Upload Service classes
50
-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