oney / react-native-gcm-android

GCM for React Native Android
MIT License
172 stars 76 forks source link

Updated gms:play-services to be more specific on requiring only GCM #14

Closed jjingrong closed 8 years ago

jjingrong commented 8 years ago

This change is more specific & accurate for this library, as we only require GCM. Else, a user is required to install more packages than needed from 'Extras' in Android packages just to compile.

This can also mislead some users (including me previously) to input 'multidex true' in their build.gradle which is discouraged, and also causes Android versions under 5.0 to crash upon boot.

oney commented 8 years ago

Thanks!