Skip to content

Commit

Permalink
Prepare for the next development
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Aug 17, 2024
1 parent 51630f9 commit c077e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/android_implementation_package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: CI for android implementation package

on:
Expand Down
5 changes: 4 additions & 1 deletion flutter_custom_tabs_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: flutter_custom_tabs_android
description: Android platform implementation of flutter_custom_tabs.
version: 2.2.0-dev.2
repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_android
publish_to: 'none'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -19,7 +20,9 @@ flutter:
dependencies:
flutter:
sdk: flutter
flutter_custom_tabs_platform_interface: ^2.1.0
# flutter_custom_tabs_platform_interface: ^2.1.0
flutter_custom_tabs_platform_interface:
path: ../flutter_custom_tabs_platform_interface
meta: ^1.10.0

dev_dependencies:
Expand Down

0 comments on commit c077e45

Please sign in to comment.