mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
fixed version numbering
This commit is contained in:
parent
ffe345f4b4
commit
5472396e23
1 changed files with 2 additions and 2 deletions
|
@ -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="10030002"
|
android:versionCode="10030099"
|
||||||
android:versionName="1.3.0 RC2">
|
android:versionName="1.3.0">
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="14"
|
android:minSdkVersion="14"
|
||||||
|
|
Loading…
Reference in a new issue