Repo Created
This commit is contained in:
parent
eb305e2886
commit
a8c22c65db
4784 changed files with 329907 additions and 2 deletions
12
play-services-core/multidex-keep.pro
Normal file
12
play-services-core/multidex-keep.pro
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Make sure maps is in the primary dex file
|
||||
-keep class com.google.android.gms.maps.** { *; }
|
||||
-keep class org.microg.gms.maps.** { *; }
|
||||
-keep class com.mapbox.** { *; }
|
||||
-keep class org.oscim.** { *; }
|
||||
|
||||
# Keep Dynamite Loader in the primary dex file otherwise it will error out on legacy Android versions
|
||||
-keep class com.google.android.gms.chimera.container.DynamiteLoaderImpl { *; }
|
||||
|
||||
# Keep Conscrypt in the primary dex file otherwise it will error out on legacy Android versions
|
||||
-keep class com.google.android.gms.common.security.ProviderInstallerImpl { *; }
|
||||
-keep class com.google.android.gms.org.conscrypt.** { *; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue