File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ android {
3030dependencies {
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}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ rootProject.ext.DEVELOPER_EMAIL = "lwjfork@gmail.com"
4747// 用户名
4848rootProject. 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
5252rootProject. ext. PROJ_NAME = " CodeEditText"
5353// 这里改成github地址 , 比如https:github.com/android/appcompat
You can’t perform that action at this time.
0 commit comments