mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-19 10:39:26 +01:00
Update android/fastlane/Fastfile
This commit is contained in:
parent
12fe90eaa5
commit
4705b8d998
@ -27,7 +27,7 @@ platform :android do
|
||||
config = File.read("./pubspec.yaml")
|
||||
version_name = config.match(re).captures
|
||||
|
||||
subst = "version: #{version_name[0]}+#{last_version+1}"
|
||||
subst = "version: #{version_name[0]}+#{last_version+2}"
|
||||
|
||||
result = config.gsub(re, subst)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user