diff --git a/config.xml b/config.xml index 2f610c9ba6e3df84c6dad5ceb961e2096445c1fb..2a009cc6cf755ac7d420927ab1d8c42cbf656410 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<widget id="com.dimago.betskills" version="2.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> +<widget id="com.dimago.betskills" version="2.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <name>Betskills</name> <description> Betskills app to see predictions of football and tennis games. diff --git a/deploy-dev.sh b/deploy-dev.sh new file mode 100644 index 0000000000000000000000000000000000000000..b6b9f5b897bce546aa0278760dafd1c6f9dc0113 --- /dev/null +++ b/deploy-dev.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +gulp build +rm platforms/android/build/outputs/apk/android-debug.apk +ionic run android