mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
set version to 2.0.0RC3
This commit is contained in:
parent
73b0ca3bd6
commit
8eea18803d
3 changed files with 6 additions and 6 deletions
|
@ -19,8 +19,8 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.owncloud.android"
|
package="com.owncloud.android"
|
||||||
android:versionCode="20000099"
|
android:versionCode="20000003"
|
||||||
android:versionName="2.0.0">
|
android:versionName="2.0.0RC3">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".MainApp"
|
android:name=".MainApp"
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
-->
|
-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.owncloud.android"
|
package="com.owncloud.android"
|
||||||
android:versionCode="20000099"
|
android:versionCode="20000003"
|
||||||
android:versionName="2.0.0">
|
android:versionName="2.0.0RC3">
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="14"
|
android:minSdkVersion="14"
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.owncloud.android"
|
package="com.owncloud.android"
|
||||||
android:versionCode="20000099"
|
android:versionCode="20000003"
|
||||||
android:versionName="2.0.0">
|
android:versionName="2.0.0RC3">
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".MainApp"
|
android:name=".MainApp"
|
||||||
|
|
Loading…
Reference in a new issue