Skip to content

Commit 0c7b82c

Browse files
committed
upload Version 1.0.2
1 parent e2b2b11 commit 0c7b82c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## jcenter 引入
66

77
```
8-
implementation 'com.lwj.fork:CodeEditText:1.0.0'
8+
implementation 'com.lwj.fork:CodeEditText:1.0.2'
99
1010
```
1111

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ android {
3030
dependencies {
3131
compile fileTree(include: ['*.jar'], dir: 'libs')
3232
implementation "com.android.support:appcompat-v7:$SLVersion"
33-
// implementation 'com.lwj.fork:CodeEditText:1.0.1'
34-
implementation project(':CodeEditText')
33+
implementation 'com.lwj.fork:CodeEditText:1.0.2'
34+
// implementation project(':CodeEditText')
3535
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ rootProject.ext.DEVELOPER_EMAIL = "lwjfork@gmail.com"
4747
// 用户名
4848
rootProject.ext.BINTRAY_USER = "lwjfork"
4949
// 这里改成库版本 , 比如22.2.0
50-
rootProject.ext.PROJ_VERSION = "1.0.1"
50+
rootProject.ext.PROJ_VERSION = "1.0.2"
5151
// 这里改成库名字 , 比如appcompat
5252
rootProject.ext.PROJ_NAME = "CodeEditText"
5353
// 这里改成github地址 , 比如https:github.com/android/appcompat

0 commit comments

Comments
 (0)