:hammar:release v1.0.4
This commit is contained in:
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -77,7 +77,7 @@
|
|||||||
<ConfirmationsSetting value="0" id="Add" />
|
<ConfirmationsSetting value="0" id="Add" />
|
||||||
<ConfirmationsSetting value="0" id="Remove" />
|
<ConfirmationsSetting value="0" id="Remove" />
|
||||||
</component>
|
</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" />
|
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ProjectType">
|
<component name="ProjectType">
|
||||||
|
|||||||
3
.idea/modules.xml
generated
3
.idea/modules.xml
generated
@@ -2,11 +2,8 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="ProjectModuleManager">
|
<component name="ProjectModuleManager">
|
||||||
<modules>
|
<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$/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$/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" />
|
<module fileurl="file://$PROJECT_DIR$/vcedittext-lib/vcedittext-lib.iml" filepath="$PROJECT_DIR$/vcedittext-lib/vcedittext-lib.iml" />
|
||||||
</modules>
|
</modules>
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -86,6 +86,8 @@ void|[setOnVerificationCodeChangedListener(OnVerificationCodeChangedListener lis
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 发布历史
|
## 发布历史
|
||||||
|
#### v1.0.4(2017/10/14)
|
||||||
|
1、在AndroidManifest.xml中移除label节点.
|
||||||
#### v1.0.3(2017/8/15)
|
#### v1.0.3(2017/8/15)
|
||||||
1、让接口类VerificationAction变为public.
|
1、让接口类VerificationAction变为public.
|
||||||
#### v1.0.2(2017/6/29)
|
#### v1.0.2(2017/6/29)
|
||||||
|
|||||||
@@ -87,6 +87,8 @@ void|[setOnVerificationCodeChangedListener(OnVerificationCodeChangedListener lis
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Release history
|
## Release history
|
||||||
|
#### v1.0.4(2017/10/14)
|
||||||
|
1、Remove label element at AndroidManifest.xml.
|
||||||
#### v1.0.3(2017/8/15)
|
#### v1.0.3(2017/8/15)
|
||||||
1、make interface class VerificationAction public.
|
1、make interface class VerificationAction public.
|
||||||
#### v1.0.2(2017/6/29)
|
#### v1.0.2(2017/6/29)
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ ext {
|
|||||||
]
|
]
|
||||||
|
|
||||||
vercode = [
|
vercode = [
|
||||||
publishCode : 4,
|
publishCode : 5,
|
||||||
publishVersion: "1.0.3",
|
publishVersion: "1.0.4",
|
||||||
|
|
||||||
userOrg : 'jkb',
|
userOrg : 'jkb',
|
||||||
groupId : 'com.justkiddingbaby',
|
groupId : 'com.justkiddingbaby',
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
|
||||||
package="com.jkb.vcedittext">
|
package="com.jkb.vcedittext">
|
||||||
|
|
||||||
<application
|
<application>
|
||||||
android:label="@string/app_name">
|
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user