Update dependency flutter_lints to v2 - autoclosed #4
|
@ -24,10 +24,10 @@ KEYALIAS="$(head -n 1 ${SECRETS_PATH}/signing_keystore.key.alias)"
|
|||
cat << EOF > android/key.properties
|
||||
storePassword=${STOREPASS}
|
||||
keyPassword=${KEYPASS}
|
||||
keyAlias=${KEYALIAS
|
||||
keyAlias=${KEYALIAS}
|
||||
storeFile=${SECRETS_PATH}/signing_keystore.jks
|
||||
EOF
|
||||
|
||||
cat android/key.properties
|
||||
pwd
|
||||
|
||||
flutter build appbundle --dart-define="APP_TITLE=${APP_TITLE}" --dart-define="APP_URI=${APP_URI}" --dart-define="APP_COLOR=${APP_COLOR}"
|
||||
|
|
Reference in New Issue
Block a user