Skip to content

Commit 7079277

Browse files
author
Andrea Scarsi
committed
use explicit version (16.1.0) of com.google.android.gms:play-services-gcm (version 17.0.0 is part of a MAJOR version update and breaking change)
1 parent 3cd8f55 commit 7079277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ android {
3535

3636
dependencies {
3737
compile 'com.facebook.react:react-native:+'
38-
compile 'com.google.android.gms:play-services-gcm:+'
38+
compile 'com.google.android.gms:play-services-gcm:16.1.0'
3939
compile 'org.nanohttpd:nanohttpd:2.3.1'
4040
}

0 commit comments

Comments
 (0)