zo0r / react-native-push-notification

React Native Local and Remote Notifications
MIT License
6.75k stars 2.05k forks source link

update build gradle version #2398

Open ninjia0 opened 9 months ago

ninjia0 commented 9 months ago

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'
}