Commit 986447ba03f9e041c8e69b1eb81362be01f6018d

Authored by 黄灿宏
1 parent 5aabe1c0

畅游通核销app: 1.版本升级

Showing 1 changed file with 2 additions and 2 deletions
AndroidManifest.xml
... ... @@ -2,8 +2,8 @@
2 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 3 xmlns:tool="http://schemas.android.com/tools"
4 4 package="com.ectrip.trips.check"
5   - android:versionCode="25"
6   - android:versionName="4.22"
  5 + android:versionCode="26"
  6 + android:versionName="4.23"
7 7 tool:ignore="LockedOrientationActivity">
8 8  
9 9 <!-- 各个类型的大小布局声明 -->
... ...