2 lines
178 B
Plaintext
Raw Permalink Normal View History

2025-03-05 10:52:49 +03:00
# this rule is need to work properly when app is compiled with api 28, see b/142778206
-keepclassmembers class * extends androidx.lifecycle.EmptyActivityLifecycleCallbacks { *; }