What are the ProGuard rules for Firebase?

13,615

Firebase uses the consumerProguardFiles feature to automatically include the appropriate ProGuard if you're using Gradle, meaning you don't need to manually include anything.

If you need to manually apply the proguard rules, you can extract the proguard.txt file from each AAR file.

Share:
13,615
Mi_Dhah
Author by

Mi_Dhah

Updated on June 18, 2022

Comments

  • Mi_Dhah
    Mi_Dhah about 2 years

    What are the ProGuard rules for these dependencies?

    compile 'com.google.firebase:firebase-core:10.0.1'
    compile 'com.google.firebase:firebase-crash:10.0.1'
    compile 'com.google.firebase:firebase-messaging:10.0.1'
    compile 'com.google.firebase:firebase-ads:10.0.1'