Change:Cast support use audio tracks instead of HLS #11, Clean up playernotificationmanager

This commit is contained in:
advplyr
2021-12-18 18:26:50 -06:00
parent b9de407c8a
commit f11efd93c7
8 changed files with 868 additions and 729 deletions
-9
View File
@@ -81,12 +81,3 @@ dependencies {
}
apply from: 'capacitor.build.gradle'
try {
def servicesJSON = file('google-services.json')
if (servicesJSON.text) {
apply plugin: 'com.google.gms.google-services'
}
} catch(Exception e) {
logger.warn("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
}