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.2 '
8+ implementation 'com.github.lwjfork :CodeEditText:1.0.3 '
99
1010```
1111
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ 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.2'
33+ compile ' com.github.lwjfork:CodeEditText:1.0.3'
34+ // implementation 'com.github.lwjfork:CodeEditText:1.0.3'
3435// implementation project(':CodeEditText')
3536}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ buildscript {
2828allprojects {
2929 repositories {
3030 jcenter()
31+ maven {url ' https://dl.bintray.com/lwjfork/maven/' }
3132 }
3233}
3334
You can’t perform that action at this time.
0 commit comments