tobiasKaminsky 7 жил өмнө
parent
commit
8361848583

+ 2 - 2
build.gradle

@@ -78,8 +78,8 @@ android {
 
 
         multiDexEnabled true
         multiDexEnabled true
 
 
-        versionCode = 20000099
-        versionName = "2.0.0"
+        versionCode = 20010051
+        versionName = "2.1.0-e2e-01"
 
 
         // adapt structure from Eclipse to Gradle/Android Studio expectations;
         // adapt structure from Eclipse to Gradle/Android Studio expectations;
         // see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure
         // see http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Configuring-the-Structure

+ 1 - 3
src/gplay/AndroidManifest.xml

@@ -18,9 +18,7 @@
 -->
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           xmlns:tools="http://schemas.android.com/tools"
           xmlns:tools="http://schemas.android.com/tools"
-          package="com.owncloud.android"
-          android:versionCode="20000052"
-          android:versionName="2.0.0-e2e-02">
+          package="com.owncloud.android">
 
 
     <application
     <application
         android:name=".MainApp"
         android:name=".MainApp"

+ 1 - 3
src/main/AndroidManifest.xml

@@ -19,9 +19,7 @@
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 -->
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-          package="com.owncloud.android"
-          android:versionCode="20000052"
-          android:versionName="2.0.0-e2e-02">
+          package="com.owncloud.android">
 
 
     <!-- GET_ACCOUNTS is needed for API <= 22.
     <!-- 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
         For API >= 23 results in the addition of CONTACTS group to the list of permissions that may be

+ 1 - 3
src/modified/AndroidManifest.xml

@@ -18,9 +18,7 @@
 -->
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
           xmlns:tools="http://schemas.android.com/tools"
           xmlns:tools="http://schemas.android.com/tools"
-          package="com.owncloud.android"
-          android:versionCode="20000052"
-          android:versionName="2.0.0-e2e-02">
+          package="com.owncloud.android">
 
 
     <application
     <application
         android:name=".MainApp"
         android:name=".MainApp"