mirror of
https://github.com/standardnotes/mobile.git
synced 2026-02-05 21:41:23 -05:00
fix: update prodction android buld number
This commit is contained in:
@@ -130,7 +130,7 @@ platform :android do
|
||||
|
||||
desc "Deploy production app"
|
||||
lane :prod do
|
||||
version = 3000210 + ENV['BUILD_NUMBER'].to_i
|
||||
version = 3000220 + ENV['BUILD_NUMBER'].to_i
|
||||
deploy_android 'prod', version
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user