add readonly to match_me

This commit is contained in:
Salvatore Giordano
2020-10-06 09:11:26 +02:00
parent e165beea4d
commit 504df27822
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -14,7 +14,8 @@ lane :match_me do
app_identifier: [
"io.getstream.flutter",
"io.getstream.flutter.Notifications"
]
],
readonly: true
)
match(
@@ -22,7 +23,8 @@ lane :match_me do
app_identifier: [
"io.getstream.flutter",
"io.getstream.flutter.Notifications"
]
],
readonly: true
)
end
+1 -1
View File
@@ -1,7 +1,7 @@
name: example
description: A new Flutter project.
version: 1.0.22+24
version: 1.0.23+25
environment:
sdk: ">=2.2.2 <3.0.0"