36
36
- name : Accept Android Licenses
37
37
uses : SimonMarquis/android-accept-licenses@v1
38
38
39
- - name : Setup Firebase
40
- uses : w9jds/setup-firebase@main
41
- with :
42
- tools-version : 13.0.1
43
- gcp_sa_key : ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
44
-
45
39
- name : Setup Android files for Wallet
46
40
uses : ./.github/actions/ci-setup-android-files
47
41
with :
64
58
- name : Build Wallet APK
65
59
working-directory : ./wallets/rn_cli_wallet
66
60
run : |
67
- yarn run android:build:internal
61
+ export SENTRY_DISABLE_AUTO_UPLOAD=true && yarn run android:build:internal
68
62
69
63
- name : Rename Wallet APK for upload
70
64
run : mv ./wallets/rn_cli_wallet/android/app/build/outputs/apk/internal/app-internal.apk ./wallets/rn_cli_wallet/android/app/build/outputs/apk/internal/wallet-internal.apk
@@ -107,12 +101,6 @@ jobs:
107
101
- name : Accept Android Licenses
108
102
uses : SimonMarquis/android-accept-licenses@v1
109
103
110
- - name : Setup Firebase
111
- uses : w9jds/setup-firebase@main
112
- with :
113
- tools-version : 13.0.1
114
- gcp_sa_key : ${{ secrets.FIREBASE_SERVICE_ACCOUNT_KEY }}
115
-
116
104
- name : Setup Android files for dApp
117
105
uses : ./.github/actions/ci-setup-android-files
118
106
with :
@@ -135,7 +123,7 @@ jobs:
135
123
- name : Build dApp APK
136
124
working-directory : ./dapps/W3MWagmi
137
125
run : |
138
- yarn run android:build:internal
126
+ export SENTRY_DISABLE_AUTO_UPLOAD=true && yarn run android:build:internal
139
127
140
128
- name : Rename dApp APK for upload
141
129
run : mv ./dapps/W3MWagmi/android/app/build/outputs/apk/internal/app-internal.apk ./dapps/W3MWagmi/android/app/build/outputs/apk/internal/dapp-internal.apk
0 commit comments