Skip to content

Commit

Permalink
Merge pull request #178 from droibit/feature/android_plugin_v2.0.0
Browse files Browse the repository at this point in the history
Release `flutter_custom_tabs_android` v2.0.0
  • Loading branch information
droibit authored Jan 27, 2024
2 parents 2c3941b + d8a40e9 commit 31091ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions flutter_custom_tabs_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0

- No changes except for version bump.

## 2.0.0-beta.2

- Supports launching a URL in an external browser ([#157](https://github.com/droibit/flutter_custom_tabs/pull/157)).
Expand Down
6 changes: 3 additions & 3 deletions flutter_custom_tabs_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_custom_tabs_android
description: Android platform implementation of flutter_custom_tabs.
version: 2.0.0-beta.2
repository: https://github.com/droibit/flutter_custom_tabs/tree/flutter_custom_tabs_2.0/flutter_custom_tabs_android
version: 2.0.0
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_android

environment:
sdk: '>=2.17.0 <4.0.0'
Expand All @@ -19,7 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
flutter_custom_tabs_platform_interface: ^2.0.0-beta.2
flutter_custom_tabs_platform_interface: ^2.0.0
meta: ^1.9.1

dev_dependencies:
Expand Down

0 comments on commit 31091ad

Please sign in to comment.