mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 03:15:48 -06:00
feat: temporarily update build scripts for testing
This commit is contained in:
@@ -33,6 +33,11 @@ platform :android do |options|
|
||||
json_key_data: ENV['PLAY_STORE_CREDENTIALS'],
|
||||
)
|
||||
end
|
||||
|
||||
desc "Build the app"
|
||||
lane :build do |options|
|
||||
sh "$FLUTTER_ROOT/flutter build appbundle -v"
|
||||
end
|
||||
|
||||
desc "Promote track"
|
||||
lane :play_store_promote do |options|
|
||||
|
||||
Reference in New Issue
Block a user