瀏覽代碼

versionCode/versionName

tobiasKaminsky 7 年之前
父節點
當前提交
e2ed7a6a1a
共有 3 個文件被更改,包括 3 次插入9 次删除
  1. 1 3
      src/gplay/AndroidManifest.xml
  2. 1 3
      src/main/AndroidManifest.xml
  3. 1 3
      src/modified/AndroidManifest.xml

+ 1 - 3
src/gplay/AndroidManifest.xml

@@ -18,9 +18,7 @@
 -->
 <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">
+          package="com.owncloud.android">
 
     <application
         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/>.
 -->
 <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.
         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"
           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
         android:name=".MainApp"