mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
Config for android app.
This commit is contained in:
parent
328b378aac
commit
8fa1fe1b04
3 changed files with 11 additions and 3 deletions
8
scripts/android/app_config.sh
Executable file
8
scripts/android/app_config.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ -z "$APP_ANDROID_TYPE" ]; then
|
||||
echo "Please set APP_ANDROID_TYPE"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
sed -i '0,/version:/{s/version:.*/version: ${APP_ANDROID_VERSION}+${APP_ANDROID_BUILD_NUMBER}/}' ./../../pubspec.yaml
|
Loading…
Add table
Add a link
Reference in a new issue