Skip to content
Snippets Groups Projects
Unverified Commit ee34b5a3 authored by Kolya Opahle's avatar Kolya Opahle Committed by GitHub
Browse files

Added retrofit data classes to proguard keep rules (#214)

parent a1c66697
No related branches found
No related tags found
No related merge requests found
......@@ -58,3 +58,6 @@
# and replaces all potential values with null. Explicitly keeping the interfaces prevents this.
-if interface * { @retrofit2.http.* <methods>; }
-keep,allowobfuscation interface <1>
-keep class de.rki.coronawarnapp.http.requests.* { *; }
-keep class de.rki.coronawarnapp.http.responses.* { *; }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment