/ play-services-core / multidex-keep.pro
multidex-keep.pro
 1  # Make sure maps is in the primary dex file
 2  -keep class com.google.android.gms.maps.** { *; }
 3  -keep class org.microg.gms.maps.** { *; }
 4  -keep class com.mapbox.** { *; }
 5  -keep class org.oscim.** { *; }
 6  
 7  # Keep Dynamite Loader in the primary dex file otherwise it will error out on legacy Android versions
 8  -keep class com.google.android.gms.chimera.container.DynamiteLoaderImpl { *; }
 9  
10  # Keep Conscrypt in the primary dex file otherwise it will error out on legacy Android versions
11  -keep class com.google.android.gms.common.security.ProviderInstallerImpl { *; }
12  -keep class com.google.android.gms.org.conscrypt.** { *; }