We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f8158 commit 76cf3ecCopy full SHA for 76cf3ec
README.md
@@ -18,7 +18,7 @@ android: {
18
....
19
defaultConfig {
20
...
21
- manifestPlaceholders = [
+ manifestPlaceholders += [
22
OPENINSTALL_APPKEY : "openinstall为应用分配的appkey",
23
]
24
}
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: openinstall_flutter_plugin
2
description: openinstall_flutter_plugin is a Flutter plugin based on openinstall, and with null safety support.
3
-version: 2.4.1
+version: 2.4.2
4
homepage: https://www.openinstall.io
5
6
environment:
0 commit comments