Skip to content

Commit a6c2c70

Browse files
authored
Merge pull request alwx#18 from dredev89/fix-gradle-minimal
Fix Android build issue: use explicit version (16.1.0) of com.google.android.gms:play-service
2 parents b578279 + 7079277 commit a6c2c70

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)