update android multidex setting (#7495)

This commit is contained in:
Derek Bailey
2022-08-30 14:32:16 -07:00
committed by GitHub
parent d5427da52f
commit 8fd4534fbe

View File

@@ -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.