add readonly to match_me
This commit is contained in:
@@ -14,7 +14,8 @@ lane :match_me do
|
|||||||
app_identifier: [
|
app_identifier: [
|
||||||
"io.getstream.flutter",
|
"io.getstream.flutter",
|
||||||
"io.getstream.flutter.Notifications"
|
"io.getstream.flutter.Notifications"
|
||||||
]
|
],
|
||||||
|
readonly: true
|
||||||
)
|
)
|
||||||
|
|
||||||
match(
|
match(
|
||||||
@@ -22,7 +23,8 @@ lane :match_me do
|
|||||||
app_identifier: [
|
app_identifier: [
|
||||||
"io.getstream.flutter",
|
"io.getstream.flutter",
|
||||||
"io.getstream.flutter.Notifications"
|
"io.getstream.flutter.Notifications"
|
||||||
]
|
],
|
||||||
|
readonly: true
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
name: example
|
name: example
|
||||||
description: A new Flutter project.
|
description: A new Flutter project.
|
||||||
|
|
||||||
version: 1.0.22+24
|
version: 1.0.23+25
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.2.2 <3.0.0"
|
sdk: ">=2.2.2 <3.0.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user