Skip to content

Commit

Permalink
Merge pull request #229 from droibit/feature/release
Browse files Browse the repository at this point in the history
Release `flutter_custom_tabs_android` v2.2.0-dev.4
  • Loading branch information
droibit authored Jan 19, 2025
2 parents c22f854 + 155aa2f commit 9838537
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.2.0-dev.4

- Kotlinize the android implementation.

## 2.2.0-dev.3

- Implements `warmup`, `mayLaunch`, and `invalidate` methods in `CustomTabsPluginAndroid` for performance optimization.
Expand Down
7 changes: 2 additions & 5 deletions flutter_custom_tabs_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: flutter_custom_tabs_android
description: Android platform implementation of flutter_custom_tabs.
version: 2.2.0-dev.3
version: 2.2.0-dev.4
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_android
publish_to: 'none'

environment:
sdk: ^3.2.0
Expand All @@ -20,9 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
# flutter_custom_tabs_platform_interface: ^2.2.0-dev.1
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
flutter_custom_tabs_platform_interface: ^2.2.0-dev.1
meta: ^1.10.0

dev_dependencies:
Expand Down

0 comments on commit 9838537

Please sign in to comment.