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 16
16
var mainActivityIndex = getMainLaunchActivityIndex ( manifest [ 'manifest' ] [ 'application' ] [ 0 ] [ 'activity' ] )
17
17
18
18
// update manifest
19
- manifest = updateMultidex ( manifest )
20
19
manifest = updateBranchMetaData ( manifest , preferences )
21
20
manifest = updateBranchReferrerTracking ( manifest )
22
21
manifest = updateLaunchOptionToSingleTask ( manifest , mainActivityIndex )
57
56
return manifest
58
57
}
59
58
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
-
68
59
// adds to <application> for install referrer tracking (optional)
69
60
// <receiver android:name="io.branch.referral.InstallListener" android:exported="true">
70
61
// <intent-filter>
You can’t perform that action at this time.
0 commit comments