Skip to content

Commit

Permalink
Keep Conscrypt classes in the primary dex file otherwise it will erro…
Browse files Browse the repository at this point in the history
…r out on legacy Android versions, fix #2023
  • Loading branch information
ale5000-git authored Sep 7, 2023
1 parent ecfc7c7 commit 1de6f7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion play-services-core/multidex-keep.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# 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.** { *; }

0 comments on commit 1de6f7f

Please sign in to comment.