mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15: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"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.owncloud.android"
|
||||
android:versionCode="20000099"
|
||||
android:versionName="2.0.0">
|
||||
android:versionCode="20000003"
|
||||
android:versionName="2.0.0RC3">
|
||||
|
||||
<application
|
||||
android:name=".MainApp"
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.owncloud.android"
|
||||
android:versionCode="20000099"
|
||||
android:versionName="2.0.0">
|
||||
android:versionCode="20000003"
|
||||
android:versionName="2.0.0RC3">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
package="com.owncloud.android"
|
||||
android:versionCode="20000099"
|
||||
android:versionName="2.0.0">
|
||||
android:versionCode="20000003"
|
||||
android:versionName="2.0.0RC3">
|
||||
|
||||
<application
|
||||
android:name=".MainApp"
|
||||
|
|
Loading…
Reference in a new issue