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

Commit 640be734 authored by ale5000's avatar ale5000 Committed by Marvin W.
Browse files

Keep Conscrypt classes in the primary dex file otherwise it will error out on...

Keep Conscrypt classes in the primary dex file otherwise it will error out on legacy Android versions, fix #2023
parent 40269aba
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
# Make sure maps is in primary dex file
# 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.** { *; }

# Make sure these classes are in the primary dex file otherwise Conscrypt will error out on legacy Android versions
-keep class com.google.android.gms.common.security.ProviderInstallerImpl { *; }
-keep class com.google.android.gms.org.conscrypt.** { *; }