react-native-gcm-android icon indicating copy to clipboard operation
react-native-gcm-android copied to clipboard

Notifications belong in individual module build.gradle files

Open pickhardt opened this issue 9 years ago • 1 comments

I am installing this right now, and when I go to add the classpath to the build.gradle dependencies, there's a comment already that says:

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files

I think I shouldn't be adding this library's dependency to this file. I'll continuing doing it for now, but it seems like it is not supposed to be done, according to the comment.

pickhardt avatar Mar 06 '16 02:03 pickhardt

Same problem. I need to generate APK from react native but the contents of the file are different from the instructions in the documentation. I dont see keys 'android ', android ' etc like showed on the docs

pergunt avatar Nov 13 '17 13:11 pergunt