Skip to content

Commit

Permalink
Merge pull request #79 from droibit/feature/release_custom_tabs_plugi…
Browse files Browse the repository at this point in the history
…n_v1.1.0

Release flutter_custom_tabs v1.1.0
  • Loading branch information
droibit authored Aug 30, 2023
2 parents 8f7b437 + 887381d commit d0395a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions flutter_custom_tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.0

- Added a manual close feature for SFSafariViewController on iOS([#67](https://github.com/droibit/flutter_custom_tabs/pull/67)).
- Update dependency CustomTabLauncher to [v1.7.0](https://github.com/droibit/CustomTabsLauncher/releases/tag/1.7.0)([#74](https://github.com/droibit/flutter_custom_tabs/pull/74)).
- Update Android Gradle Plugin to v7.4.0([#75](https://github.com/droibit/flutter_custom_tabs/pull/75)).
- Update the minimum supported OS to iOS11([#75](https://github.com/droibit/flutter_custom_tabs/pull/75)).

## 1.0.4

- Update to Android CustomTabsLauncher 1.0.6([#62](https://github.com/droibit/flutter_custom_tabs/pull/62)).
Expand Down
8 changes: 4 additions & 4 deletions flutter_custom_tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ Add `flutter_custom_tabs` to the dependencies of your `pubspec.yaml`.

``` yaml
dependencies:
flutter_custom_tabs: ^1.0.4
flutter_custom_tabs: ^1.1.0
```
### Requirements
- Android Gradle Plugin 4.1 or higher
- Android Gradle Plugin 7.4.0 or higher.
-
```diff
// your-project/android/build.gradle
buildscript {
dependencies {
- classpath 'com.android.tools.build:gradle:3.x.x'
+ classpath 'com.android.tools.build:gradle:4.1.0' // or higher
classpath 'com.android.tools.build:gradle:7.4.0' // or higher
}
}
```
Expand Down
6 changes: 3 additions & 3 deletions flutter_custom_tabs/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_custom_tabs
description: Flutter plugin for seamlessly displaying web content using Chrome Custom Tabs.
version: 1.0.4
version: 1.1.0
homepage: https://github.com/droibit/flutter_custom_tabs

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_custom_tabs_platform_interface: ^1.0.1
flutter_custom_tabs_web: ^1.0.0
flutter_custom_tabs_platform_interface: ^1.1.0
flutter_custom_tabs_web: ^1.1.0
meta: ^1.9.1

dev_dependencies:
Expand Down

0 comments on commit d0395a8

Please sign in to comment.