Skip to content

Commit

Permalink
update android multidex setting (#7495)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess committed Aug 30, 2022
1 parent d5427da commit 8fd4534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/AndroidManifest.xml
Expand Up @@ -6,7 +6,8 @@
<uses-feature android:glEsVersion="0x00020000"></uses-feature>

<!-- This .apk has no Java code itself, so set hasCode to false. -->
<application android:label="@string/app_name"
<application android:name="android.support.multidex.MultiDexApplication"
android:label="@string/app_name"
android:hasCode="false"
android:allowBackup="false">
<!-- Our activity is the built-in NativeActivity framework class.
Expand Down

0 comments on commit 8fd4534

Please sign in to comment.