react-native-push-notification
react-native-push-notification copied to clipboard
update build gradle version
Kindly update the Gradle version. Everything was functioning correctly until a few days ago when I stopped receiving notification tokens. After updating the Gradle version from 3.2.0 to 3.2.1, the issue was resolved seamlessly.
react-native-push-notification/android/build.gradle
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
}
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.