From: masensio Date: Wed, 16 Sep 2015 14:54:07 +0000 (+0200) Subject: Update versionName and versionCode for version 1.8. Also in workaround X-Git-Tag: oc-android-1.8~1^2~5 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/020def324391c294c8ac75a42adeb81942ee0412?ds=inline;hp=-c Update versionName and versionCode for version 1.8. Also in workaround --- 020def324391c294c8ac75a42adeb81942ee0412 diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a072d788..acb5f1d8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,8 +17,8 @@ along with this program. If not, see . --> + android:versionCode="10800000" + android:versionName="1.8.0" xmlns:android="http://schemas.android.com/apk/res/android"> diff --git a/oc_jb_workaround/AndroidManifest.xml b/oc_jb_workaround/AndroidManifest.xml index c5163910..766cb0a5 100644 --- a/oc_jb_workaround/AndroidManifest.xml +++ b/oc_jb_workaround/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="0100025" + android:versionName="1.0.25" >