mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
* refactor(INJI-541): add functions to get the bundle id and app name Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
10 lines
236 B
Bash
Executable File
10 lines
236 B
Bash
Executable File
#As react-native/location npm package is old, We need to run this to map androidX source code
|
|
(cd ../../ && npx jetify)
|
|
|
|
cd ..
|
|
|
|
yes | sudo gem install bundler
|
|
|
|
yes | sudo fastlane install_plugins
|
|
|
|
bundle exec fastlane android_build_beta |