Chore: Update notifications for Android;

- Use new updated fork of react-native-push-notification without google
- Create channel for PushNotifications
- Adapt AndroidManifest.xml
This commit is contained in:
bl00dymarie
2023-10-26 15:51:06 +02:00
parent 2b235f4d10
commit 5c13e91fb3
5 changed files with 51 additions and 55 deletions
+1 -4
View File
@@ -46,12 +46,9 @@ allprojects {
}
ext {
googlePlayServicesVersion = "+" // default: "+"
firebaseMessagingVersion = "21.1.0" // default: "+"
buildToolsVersion = "30.0.2"
minSdkVersion = 23
compileSdkVersion = 30
targetSdkVersion = 30
ndkVersion = "21.4.7075529"
ndkVersion = "21.4.7075529"
}