Skip to content

Commit ade843e

Browse files
committed
Update Android SDK
1 parent 65ff31e commit ade843e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ repositories {
3131

3232
dependencies {
3333
compile 'com.facebook.react:react-native:+'
34-
compile 'com.google.android.gms:play-services-gcm:11.8.0'
35-
compile 'com.pushbots:pushbots-lib:3.1.1-r@aar'
34+
compile 'com.google.android.gms:play-services-gcm:12.0.1'
35+
compile 'com.pushbots:pushbots-lib:3.1.3-r@aar'
3636
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pushbots-react-native",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "PushBots React Native plugin",
55
"main": "index",
66
"scripts": {

0 commit comments

Comments
 (0)