File tree Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Expand file tree Collapse file tree 5 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -150,11 +150,11 @@ android {
150150 internal {
151151 applicationIdSuffix " .internal"
152152 buildConfigField " boolean" , " ENABLE_FLAG_SECURE" , " false"
153- manifestPlaceholders = [BRANCH_TEST_MODE :" true" , BRANCH_KEY : project . env . get( " BRANCH_KEY " ) ]
153+ manifestPlaceholders = [BRANCH_TEST_MODE :" true" ]
154154 }
155155 external {
156156 buildConfigField " boolean" , " ENABLE_FLAG_SECURE" , " false"
157- manifestPlaceholders = [BRANCH_TEST_MODE :" false" , BRANCH_KEY : project . env . get( " BRANCH_KEY " ) ]
157+ manifestPlaceholders = [BRANCH_TEST_MODE :" false" ]
158158 }
159159 }
160160
Original file line number Diff line number Diff line change 3535 android : name =" com.google.firebase.messaging.default_notification_icon"
3636 android : resource =" @drawable/notification_icon" />
3737 <!-- Branch init -->
38- <meta-data android : name =" io.branch.sdk.BranchKey" android : value =" ${BRANCH_KEY} " />
39- <meta-data android : name =" io.branch.sdk.BranchKey.test" android : value =" ${BRANCH_KEY} " />
38+ <meta-data android : name =" io.branch.sdk.BranchKey" android : value =" key_live_iDtcATcmEAXhac4Rze6LgbllBAkfvayk " />
39+ <meta-data android : name =" io.branch.sdk.BranchKey.test" android : value =" key_test_huEgqNimBs9nak9ICf2TlhdfsDdptcAD " />
4040 <!-- Set to `true` to use `BranchKey.test` -->
4141 <meta-data android : name =" io.branch.sdk.TestMode" android : value =" ${BRANCH_TEST_MODE}" />
4242 <activity
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11package com.avaxwallet
22
3+ import android.content.Intent
34import android.os.Bundle
45import android.view.WindowManager
56import androidx.appcompat.app.AppCompatDelegate
@@ -10,7 +11,6 @@ import com.facebook.react.defaults.DefaultReactActivityDelegate
1011import com.zoontek.rnbootsplash.RNBootSplash
1112import expo.modules.ReactActivityDelegateWrapper
1213import io.branch.rnbranch.*
13- import android.content.Intent
1414
1515class MainActivity : ReactActivity () {
1616
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments