mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 14:07:59 -06:00
feat: Update build config
This commit is contained in:
@@ -33,12 +33,12 @@ 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|
|
||||
track = options[:track]
|
||||
|
||||
Reference in New Issue
Block a user