Browse Source

Merge branch 'master' of https://github.com/nextcloud/android

Andy Scherzinger 8 years ago
parent
commit
683d4ee50d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      AndroidManifest.xml

+ 2 - 2
AndroidManifest.xml

@@ -19,8 +19,8 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.owncloud.android"
-    android:versionCode="20000001"
-    android:versionName="2.0.1" >
+    android:versionCode="10000000"
+    android:versionName="1.0.0" >
 
     <uses-sdk
         android:minSdkVersion="14"