mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
commit
3bc6d8d00c
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="20000005"
|
||||
android:versionName="2.0.0RC5">
|
||||
android:versionCode="20000006"
|
||||
android:versionName="2.0.0RC6">
|
||||
|
||||
<application
|
||||
android:name=".MainApp"
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.owncloud.android"
|
||||
android:versionCode="20000005"
|
||||
android:versionName="2.0.0RC5">
|
||||
android:versionCode="20000006"
|
||||
android:versionName="2.0.0RC6">
|
||||
|
||||
<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="20000005"
|
||||
android:versionName="2.0.0RC5">
|
||||
android:versionCode="20000006"
|
||||
android:versionName="2.0.0RC6">
|
||||
|
||||
<application
|
||||
android:name=".MainApp"
|
||||
|
|
Loading…
Reference in a new issue