Skip to content

Commit e1327b5

Browse files
committed
chore: fix android release example
1 parent a42be67 commit e1327b5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

example/pubspec.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ dependencies:
88
# The following adds the Cupertino Icons font to your application.
99
# Use with the CupertinoIcons class for iOS style icons.
1010
cupertino_icons: ^1.0.0
11+
onesignal_flutter:
12+
path: ../
1113

1214
environment:
1315
sdk: ">=2.12.0 <3.0.0"
@@ -17,9 +19,6 @@ dev_dependencies:
1719
sdk: flutter
1820
flutter_lints: ^2.0.0
1921

20-
onesignal_flutter:
21-
path: ../
22-
2322
# For information on the generic Dart part of this file, see the
2423
# following page: https://www.dartlang.org/tools/pub/pubspec
2524

0 commit comments

Comments
 (0)