From 407fb8f912d59b2ead44d2354d785b2679928bca Mon Sep 17 00:00:00 2001 From: masensio Date: Tue, 18 Mar 2014 14:54:00 +0100 Subject: [PATCH] Update versionName and versionCode in AndroidManifest.xml (oc and workaround)) --- AndroidManifest.xml | 6 +++--- oc_jb_workaround/AndroidManifest.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f6d34727..3067a40f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,7 +3,7 @@ ownCloud Android client application Copyright (C) 2012 Bartek Przybylski - Copyright (C) 2012-2013 ownCloud Inc. + Copyright (C) 2012-2014 ownCloud Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, @@ -18,8 +18,8 @@ along with this program. If not, see . --> + android:versionCode="105005" + android:versionName="1.5.5" xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/oc_jb_workaround/AndroidManifest.xml b/oc_jb_workaround/AndroidManifest.xml index 4bc25bae..640b6aba 100644 --- a/oc_jb_workaround/AndroidManifest.xml +++ b/oc_jb_workaround/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="0100014" + android:versionName="1.0.14" >