Browse Source

align app version code/name throughout builds (1.4.3)

AndyScherzinger 8 năm trước cách đây
mục cha
commit
15339b665a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/gplay/AndroidManifest.xml

+ 2 - 2
src/gplay/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="10040299"
-          android:versionName="1.4.2">
+          android:versionCode="10040399"
+          android:versionName="1.4.3">
 
     <application
         android:name=".MainApp"