:hammar:release v1.0.4

This commit is contained in:
JingYeoh
2017-10-14 20:14:51 +08:00
parent 370609c7aa
commit 6a2f7a1a85
6 changed files with 8 additions and 9 deletions

2
.idea/misc.xml generated
View File

@@ -77,7 +77,7 @@
<ConfirmationsSetting value="0" id="Add" />
<ConfirmationsSetting value="0" id="Remove" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

3
.idea/modules.xml generated
View File

@@ -2,11 +2,8 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/VercodeEditText.iml" filepath="$PROJECT_DIR$/VercodeEditText.iml" />
<module fileurl="file://$PROJECT_DIR$/VercodeEditText.iml" filepath="$PROJECT_DIR$/VercodeEditText.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/app/app.iml" filepath="$PROJECT_DIR$/app/app.iml" />
<module fileurl="file://$PROJECT_DIR$/vcedittext-lib/vcedittext-lib.iml" filepath="$PROJECT_DIR$/vcedittext-lib/vcedittext-lib.iml" />
<module fileurl="file://$PROJECT_DIR$/vcedittext-lib/vcedittext-lib.iml" filepath="$PROJECT_DIR$/vcedittext-lib/vcedittext-lib.iml" />
</modules>
</component>

View File

@@ -86,6 +86,8 @@ void|[setOnVerificationCodeChangedListener(OnVerificationCodeChangedListener lis
```
## 发布历史
#### v1.0.4(2017/10/14)
1、在AndroidManifest.xml中移除label节点.
#### v1.0.3(2017/8/15)
1、让接口类VerificationAction变为public.
#### v1.0.2(2017/6/29)

View File

@@ -87,6 +87,8 @@ void|[setOnVerificationCodeChangedListener(OnVerificationCodeChangedListener lis
```
## Release history
#### v1.0.4(2017/10/14)
1、Remove label element at AndroidManifest.xml.
#### v1.0.3(2017/8/15)
1、make interface class VerificationAction public.
#### v1.0.2(2017/6/29)

View File

@@ -6,8 +6,8 @@ ext {
]
vercode = [
publishCode : 4,
publishVersion: "1.0.3",
publishCode : 5,
publishVersion: "1.0.4",
userOrg : 'jkb',
groupId : 'com.justkiddingbaby',

View File

@@ -1,9 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jkb.vcedittext">
<application
android:label="@string/app_name">
<application>
</application>