mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
bump version to RC5
This commit is contained in:
parent
a6bbe33df0
commit
ad9556b89b
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="20000004"
|
||||
android:versionName="2.0.0RC4">
|
||||
android:versionCode="20000005"
|
||||
android:versionName="2.0.0RC5">
|
||||
|
||||
<application
|
||||
android:name=".MainApp"
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.owncloud.android"
|
||||
android:versionCode="20000004"
|
||||
android:versionName="2.0.0RC4">
|
||||
android:versionCode="20000005"
|
||||
android:versionName="2.0.0RC5">
|
||||
|
||||
<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="20000004"
|
||||
android:versionName="2.0.0RC4">
|
||||
android:versionCode="20000005"
|
||||
android:versionName="2.0.0RC5">
|
||||
|
||||
<application
|
||||
android:name=".MainApp"
|
||||
|
|
Loading…
Reference in a new issue