mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
# Proguard rules specific to the IMA extension.
|
|
|
|
-dontwarn com.google.ads.interactivemedia.**
|
|
-keep class com.google.ads.interactivemedia.** { *; }
|
|
-keep interface com.google.ads.interactivemedia.** { *; }
|
|
-keep class com.google.obf.** { *; }
|
|
-keep interface com.google.obf.** { *; }
|