Skip to content

Commit 559f15f

Browse files
committed
更新三方库地址
1 parent dd4298f commit 559f15f

3 files changed

Lines changed: 4 additions & 2 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.2'
8+
implementation 'com.github.lwjfork:CodeEditText:1.0.3'
99
1010
```
1111

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ 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.2'
33+
compile 'com.github.lwjfork:CodeEditText:1.0.3'
34+
// implementation 'com.github.lwjfork:CodeEditText:1.0.3'
3435
// implementation project(':CodeEditText')
3536
}

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ buildscript {
2828
allprojects {
2929
repositories {
3030
jcenter()
31+
maven {url 'https://dl.bintray.com/lwjfork/maven/'}
3132
}
3233
}
3334

0 commit comments

Comments
 (0)