Skip to content

Commit

Permalink
Merge pull request NetEase#88 from NetEase/develop
Browse files Browse the repository at this point in the history
Fixed: correct versionCode and versionName
  • Loading branch information
andrewleo authored Jun 14, 2017
2 parents 5d166f8 + a601c25 commit 53983d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.netease.qa.emmagee"
android:versionCode="32"
android:versionName="2.4.1" >
android:versionCode="33"
android:versionName="2.5" >

<uses-sdk android:minSdkVersion="8" />

Expand All @@ -18,8 +18,7 @@
android:screenOrientation="portrait" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
Expand Down

0 comments on commit 53983d0

Please sign in to comment.