From: masensio Date: Tue, 18 Mar 2014 13:54:00 +0000 (+0100) Subject: Update versionName and versionCode in AndroidManifest.xml (oc and workaround)) X-Git-Tag: oc-android-1.5.5~7 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/407fb8f912d59b2ead44d2354d785b2679928bca?ds=sidebyside;hp=--cc Update versionName and versionCode in AndroidManifest.xml (oc and workaround)) --- 407fb8f912d59b2ead44d2354d785b2679928bca 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" >