Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16c9b985 authored by ale5000's avatar ale5000 Committed by Marvin W.
Browse files

Keep Dynamite Loader in the primary dex file otherwise it will error out on legacy Android versions

parent 640be734
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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.** { *; }