From be56870a73c9f3673c58968ff164906379b64c40 Mon Sep 17 00:00:00 2001 From: Caio SBA Date: Wed, 22 Jul 2015 14:02:22 -0300 Subject: [PATCH] Adding development version of the APK --- ConfJuvApp/builds/confjuv-dev.apk | Bin 0 -> 4140724 bytes ConfJuvApp/builds/confjuv.apk | Bin 4141498 -> 0 bytes ConfJuvApp/release-dev.sh | 1 + 3 files changed, 1 insertion(+), 0 deletions(-) create mode 100644 ConfJuvApp/builds/confjuv-dev.apk delete mode 100644 ConfJuvApp/builds/confjuv.apk diff --git a/ConfJuvApp/builds/confjuv-dev.apk b/ConfJuvApp/builds/confjuv-dev.apk new file mode 100644 index 0000000..4fcc836 Binary files /dev/null and b/ConfJuvApp/builds/confjuv-dev.apk differ diff --git a/ConfJuvApp/builds/confjuv.apk b/ConfJuvApp/builds/confjuv.apk deleted file mode 100644 index e29b8b1..0000000 Binary files a/ConfJuvApp/builds/confjuv.apk and /dev/null differ diff --git a/ConfJuvApp/release-dev.sh b/ConfJuvApp/release-dev.sh index 88774e9..9a0d804 100755 --- a/ConfJuvApp/release-dev.sh +++ b/ConfJuvApp/release-dev.sh @@ -1,2 +1,3 @@ #!/bin/bash +ionic build android mv platforms/android/build/outputs/apk/android-debug.apk builds/confjuv-dev.apk -- libgit2 0.21.2