From c7b98dec753dc9fd6c1117cffe4a5ffb9ce44030 Mon Sep 17 00:00:00 2001
From: Jeremy Guiselin <jeremy.guiselin@student.ecp.fr>
Date: Mon, 23 Jan 2017 12:21:11 +0100
Subject: [PATCH] increment version + dev deploy ssh script

---
 config.xml    | 2 +-
 deploy-dev.sh | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 deploy-dev.sh

diff --git a/config.xml b/config.xml
index 2f610c9..2a009cc 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 0000000..b6b9f5b
--- /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
-- 
GitLab