add readonly to match_me
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user