mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-08 06:05:17 +00:00
update android multidex setting (#7495)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user