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