update fastlane

This commit is contained in:
Salvatore Giordano
2020-10-06 09:59:27 +02:00
parent fc5c3b7e0e
commit ca226a3021
3 changed files with 11 additions and 15 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ lane :match_me do
"io.getstream.flutter",
"io.getstream.flutter.Notifications"
],
readonly: true
readonly: is_ci,
force_for_new_devices: true
)
end