Skip to content

Commit

Permalink
Keep Dynamite Loader in the primary dex file otherwise it will error …
Browse files Browse the repository at this point in the history
…out on legacy Android versions
  • Loading branch information
ale5000-git committed Sep 11, 2023
1 parent 1de6f7f commit 099f3e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion play-services-core/multidex-keep.pro
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
-keep class com.mapbox.** { *; }
-keep class org.oscim.** { *; }

# Make sure these classes are in the primary dex file otherwise Conscrypt will error out on legacy Android versions
# 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.** { *; }

0 comments on commit 099f3e2

Please sign in to comment.