diff --git a/example/ios/fastlane/Matchfile b/example/ios/fastlane/Matchfile index 26e1dda3..21b0863c 100644 --- a/example/ios/fastlane/Matchfile +++ b/example/ios/fastlane/Matchfile @@ -4,8 +4,6 @@ storage_mode("git") username("salvatore@getstream.io") -type("adhoc") - team_id("EHV7XZLAHA") # app_identifier(["tools.fastlane.app", "tools.fastlane.app2"]) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e19a0e9f..580de824 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: A new Flutter project. -version: 1.0.5+7 +version: 1.0.6+8 environment: sdk: ">=2.2.2 <3.0.0"