You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
260 B
11 lines
260 B
7 months ago
|
# Retain all Preference classes, which the tests rely on.
|
||
|
-keep class androidx.preference.Preference* {
|
||
|
*;
|
||
|
}
|
||
|
|
||
|
# Keep annotated classes or class members.
|
||
|
-keep @androidx.annotation.Keep class *
|
||
|
-keepclassmembers class * {
|
||
|
@androidx.annotation.Keep *;
|
||
|
}
|