Skip to content

Commit fdca148

Browse files
authoredNov 9, 2020
Fixed the docs
1 parent 78b9c5b commit fdca148

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ If you don't want FCM, but GCM, use [1.8.2](https://github.com/deckameron/Ti.And
3737
1. To use OneSignal on Android devices, register some meta-data as well:
3838

3939
```xml
40-
<meta-data android:name="onesignal_app_id" android:value="[App-id]" />
40+
<meta-data android:name="onesignal_app_id" android:value="[App-id]" tools:replace="android:value"/>
41+
<meta-data android:name="onesignal_google_project_number" android:value="str:[Google-Project-Number]" tools:replace="android:value"/>
4142
```
4243

4344
### Usage

0 commit comments

Comments
 (0)
Please sign in to comment.