Prechádzať zdrojové kódy

bump version to 2.0.0RC9

AndyScherzinger 7 rokov pred
rodič
commit
e87bf739cf

+ 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"