0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-19 19:42:17 +02:00
Anki-Android/AnkiDroid/proguard-test-rules.pro

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
395 B
Prolog
Raw Normal View History

# These proguard rules are only needed when building
# for the combination of testing and release mode
# Certain androidx frameworks that are test-only have
# issues with proguard / minimization in release mode
# Used for testing
-keep class kotlin.test.** { *; }
-keep class **.R$layout { <init> (...); <fields>; }
# Ignore unused packages
-dontwarn com.google.protobuf.GeneratedMessageLite$*