Browse Source

bump version to 2.0.0RC9

AndyScherzinger 7 years ago
parent
commit
eb667c9831
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/main/AndroidManifest.xml
  2. 2 2
      src/modified/AndroidManifest.xml

+ 2 - 2
src/main/AndroidManifest.xml

@@ -20,8 +20,8 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           package="com.owncloud.android"
-          android:versionCode="20000052"
-          android:versionName="2.0.0-e2e-02">
+          android:versionCode="20000009"
+          android:versionName="2.0.0RC9">
 
     <!-- GET_ACCOUNTS is needed for API <= 22.
         For API >= 23 results in the addition of CONTACTS group to the list of permissions that may be

+ 2 - 2
src/modified/AndroidManifest.xml

@@ -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="20000052"
-          android:versionName="2.0.0-e2e-02">
+          android:versionCode="20000009"
+          android:versionName="2.0.0RC9">
 
     <application
         android:name=".MainApp"