File tree Expand file tree Collapse file tree 2 files changed +0
-27
lines changed
Expand file tree Collapse file tree 2 files changed +0
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616 var mainActivityIndex = getMainLaunchActivityIndex ( manifest [ 'manifest' ] [ 'application' ] [ 0 ] [ 'activity' ] )
1717
1818 // update manifest
19- manifest = updateMultidex ( manifest )
2019 manifest = updateBranchMetaData ( manifest , preferences )
2120 manifest = updateBranchReferrerTracking ( manifest )
2221 manifest = updateLaunchOptionToSingleTask ( manifest , mainActivityIndex )
5756 return manifest
5857 }
5958
60- // adds to <application> for multidex (needed for all the frameworks)
61- // <application android:name="android.support.multidex.MultiDexApplication" >
62- // </application>
63- function updateMultidex ( manifest ) {
64- manifest [ 'manifest' ] [ 'application' ] [ 0 ] [ '$' ] [ 'android:name' ] = 'android.support.multidex.MultiDexApplication'
65- return manifest
66- }
67-
6859 // adds to <application> for install referrer tracking (optional)
6960 // <receiver android:name="io.branch.referral.InstallListener" android:exported="true">
7061 // <intent-filter>
You can’t perform that action at this time.
0 commit comments