update fastlane

This commit is contained in:
Salvatore Giordano
2020-10-06 09:38:49 +02:00
parent 504df27822
commit fc5c3b7e0e
2 changed files with 1 additions and 10 deletions
-9
View File
@@ -9,15 +9,6 @@ end
desc "Installs all Certs and Profiles necessary for development and ad-hoc"
lane :match_me do
match(
type: "development",
app_identifier: [
"io.getstream.flutter",
"io.getstream.flutter.Notifications"
],
readonly: true
)
match(
type: "adhoc",
app_identifier: [
+1 -1
View File
@@ -1,7 +1,7 @@
name: example
description: A new Flutter project.
version: 1.0.23+25
version: 1.0.24+26
environment:
sdk: ">=2.2.2 <3.0.0"