Skip to content
Snippets Groups Projects
Unverified Commit 931cc0df authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Add comment to workaround, to clarify conditions why it was added and when it...

Add comment to workaround, to clarify conditions why it was added and when it can be removed. (#3211)

Co-authored-by: default avatarMohamed Metwalli <mohamed.metwalli@sap.com>
parent 52ec988b
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,9 @@
-keep class de.rki.coronawarnapp.server.protocols.internal.** { *; }
# Fixes R8 bug https://issuetracker.google.com/issues/170709331
# May be removed after newer R8 version is in use and the fix is confirmed
# Prevents the app from crashing on navigation due to animation resources not being found.
-keepclassmembers class **.R$* {
public static <fields>;
}
\ 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