Skip to content

Commit d012c35

Browse files
committed
update version
1 parent a2839dc commit d012c35

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1'
34+
implementation project(':CodeEditText')
3535
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ rootProject.ext.PROJ_DESCRIPTION = "Password Verify Code"
6363
// 这里改成库的标示 , 比如appcompat - v7
6464
rootProject.ext.PROJ_ARTIFACTID = "CodeEditText"
6565
// 发布时必须有值,建议写到 local.properties 里
66-
//rootProject.ext.BINTRAY_APIKEY = "" //
66+
rootProject.ext.BINTRAY_APIKEY = "" //
6767

6868

6969
apply from: "https://raw.githubusercontent.com/lwjfork/scriptlib/master/gradle/bintray.gradle"

0 commit comments

Comments
 (0)