Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
fix versionName
  • Loading branch information
handsomezhou authored Sep 21, 2016
1 parent cb83925 commit 3b2245a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PinyinSearch/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.pinyinsearch"
android:versionCode="1"
android:versionName="1.12" >
android:versionName="1.1.2" >

<uses-sdk
android:minSdkVersion="8"
Expand Down

0 comments on commit 3b2245a

Please sign in to comment.