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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
<uses-feature android:glEsVersion="0x00020000"></uses-feature> <uses-feature android:glEsVersion="0x00020000"></uses-feature>
<!-- This .apk has no Java code itself, so set hasCode to false. --> <!-- 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:hasCode="false"
android:allowBackup="false"> android:allowBackup="false">
<!-- Our activity is the built-in NativeActivity framework class. <!-- Our activity is the built-in NativeActivity framework class.