Skip to content

Commit 4b1478d

Browse files
committed
Fixed package name in example
* Also reverted com.android.tools.build:gradle upgrade to an invalid version.
1 parent d26fd30 commit 4b1478d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:5.4.1'
11+
classpath 'com.android.tools.build:gradle:3.0.1'
1212
}
1313
}
1414

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dev_dependencies:
1313
sdk: flutter
1414

1515

16-
onesignal:
16+
onesignal_flutter:
1717
path: ../
1818

1919
# For information on the generic Dart part of this file, see the

0 commit comments

Comments
 (0)