Skip to content

Commit ee6d3e0

Browse files
Merge pull request #17 from JoaoCaixinha/master
Moved getPackages() to MainApplication.java
2 parents b35b0dd + 2ca3802 commit ee6d3e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ More information can be found on the
3131
compile project(':react-native-realtime-messaging-android')
3232
}
3333

34-
* Add `new RealtimeMessagingPackage()` to the `getPackages()` method return list in `MainActivity`.
34+
* Add `new RealtimeMessagingPackage()` to the `getPackages()` method return list in `MainApplication.java`.
3535

3636
import co.realtime.reactnativemessagingandroid.RealtimeMessagingPackage; //<-- import
3737

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-realtimemessaging-android",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "The Realtime Framework Cloud Messaging Pub/Sub client for React-Native Android",
55
"main": "RCTRealtimeMessagingAndroid.js",
66
"scripts": {

0 commit comments

Comments
 (0)