summaryrefslogtreecommitdiff
path: root/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.xml b/config.xml
index 015378e1..49a4ebd2 100644
--- a/config.xml
+++ b/config.xml
@@ -44,6 +44,7 @@
<param name="ios-package" value="CDVWKWebViewEngine" />
</feature>
<preference name="CordovaWebViewEngine" value="CDVWKWebViewEngine" />
+ <resource-file src="www/sounds/blop.caf" target="zmNinja/Resources/blop.caf" />
<resource-file src="GoogleService-Info.plist" />
<custom-config-file parent="NSAppTransportSecurity" target="*-Info.plist">
<dict>
@@ -100,7 +101,14 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
</config-file>
<resource-file src="build-extras.gradle" target="build-extras.gradle" />
- <resource-file src="google-services.json" target="google-services.json" />
+ <resource-file src="www/external/android-notification-icons/drawable-hdpi/ic_stat_notification.png" target="res/drawable-hdpi/ic_stat_notification.png" />
+ <resource-file src="www/external/android-notification-icons/drawable-mdpi/ic_stat_notification.png" target="res/drawable-mdpi/ic_stat_notification.png" />
+ <resource-file src="www/external/android-notification-icons/drawable-xhdpi/ic_stat_notification.png" target="res/drawable-xhdpi/ic_stat_notification.png" />
+ <resource-file src="www/external/android-notification-icons/drawable-xxhdpi/ic_stat_notification.png" target="res/drawable-xxhdpi/ic_stat_notification.png" />
+ <resource-file src="www/external/android-notification-icons/drawable-xxxhdpi/ic_stat_notification.png" target="res/drawable-xxxhdpi/ic_stat_notification.png" />
+ <resource-file src="www/external/android-tv-banner/banner.png" target="res/drawable/banner.png" />
+ <resource-file src="google-services.json" target="app/google-services.json" />
+ <resource-file src="www/sounds/blop.mp3" target="res/raw/blop.mp3" />
<preference name="android-manifest/@android:installLocation" value="auto" />
<preference name="loadUrlTimeoutValue" value="700000" />
<icon density="ldpi" src="resources/android/icon/drawable-ldpi-icon.png" />
@@ -172,4 +180,5 @@
<plugin name="cordova-plugin-ionic-webview" spec="https://github.com/pliablepixels/cordova-plugin-ionic-webview.git">
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" />
</plugin>
+ <engine name="android" spec="~7.1.4" />
</widget>