Created
March 8, 2016 13:38
-
-
Save mariano-aguero/b3cccd0ab322d53e2f62 to your computer and use it in GitHub Desktop.
YEAHHH
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<preference name="android-build-tool" value="gradle" /> | |
<plugin name="cordova-plugin-whitelist" source="npm" spec="1.2.1" /> | |
<plugin name="cordova-plugin-device" source="npm" spec="1.1.1" /> | |
<plugin name="cordova-plugin-inappbrowser" source="npm" spec="1.3.0" /> | |
<plugin name="cordova-plugin-network-information" source="npm" spec="1.2.0" /> | |
<plugin name="cordova-plugin-splashscreen" source="npm" spec="3.2.0"/> | |
<plugin name="cordova-plugin-camera" source="npm" spec="2.1.0" /> | |
<plugin name="pushwoosh-cordova-plugin" source="npm" spec="4.2.0" /> | |
<plugin name="cordova-plugin-geolocation" source="npm" spec="2.1.0" /> | |
<plugin name="cordova-plugin-globalization" source="npm" spec="1.0.2"/> | |
<plugin name="uk.co.workingedge.phonegap.plugin.launchnavigator" source="npm" spec="2.9.11" /> | |
<plugin name="cordova-plugin-barcodescanner" source="npm" spec="0.7.0" /> | |
<plugin name="cordova-plugin-actionsheet" source="npm" spec="2.2.2" /> | |
<plugin name="cordova-plugin-app-version" source="npm" spec="0.1.8" /> | |
<plugin name="cordova-plugin-nativeaudio" source="git" spec="https://github.com/KeetupTeam/cordova-plugin-nativeaudio#develop" /> | |
<plugin name="cordova-plugin-x-socialsharing" source="npm" spec="5.0.6" /> | |
<plugin name="cordova-plugin-networkinterface" source="npm" spec="1.0.8" /> | |
<plugin name="com.danielcwilson.plugins.googleanalytics" source="pgb" spec="0.6.1" /> | |
<plugin name="com.phonegap.plugins.facebookconnect" source="git" spec="https://github.com/Telerik-Verified-Plugins/Facebook.git#1.0.1.1" > | |
<param name="APP_ID" value="764292240355643" /> | |
<param name="APP_NAME" value="PluvAPI" /> | |
</plugin> | |
<plugin name="cordova-plugin-googlemaps" source="npm" spec="1.3.9" > | |
<param name="API_KEY_FOR_ANDROID" value="AIzaSyAReSIjt7FNJoLoWTeBYwlvKwEPDxeiXAY" /> | |
<param name="API_KEY_FOR_IOS" value="AIzaSyDf55lnawAhqGe8Djl2k4mI9OwO_ZCeMmM" /> | |
</plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment