Action:release v1.0.2

Description:发布版本v1.0.2
This commit is contained in:
yj
2017-06-29 15:31:25 +08:00
parent e222c7ab85
commit 5905c626c3
9 changed files with 138 additions and 118 deletions

View File

@@ -1,19 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jkb.vercodeedittext">
package="com.jkb.vercodeedittext">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>