Update: Fixes issue with building due to new update of Google Play services https://github.com/arnesson/cordova-plugin-firebase/issues/610

This commit is contained in:
Sam Cheng Hung 2018-03-28 16:31:07 +09:00
commit 538741127c
3 changed files with 35 additions and 1 deletions

View file

@ -160,5 +160,5 @@
<splash src="resources/*PACKAGENAME*/windows/splash/SplashScreen.scale-100.png" width="620" height="300"/>
<splash src="resources/*PACKAGENAME*/windows/splash/SplashScreenPhone.scale-240.png" width="1152" height="1920"/>
</platform>
<hook src="fixFirebasePlugin.js" type="before_build" />
</widget>