File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.1'
34+ implementation project(' :CodeEditText' )
3535}
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ rootProject.ext.PROJ_DESCRIPTION = "Password Verify Code"
6363// 这里改成库的标示 , 比如appcompat - v7
6464rootProject. ext. PROJ_ARTIFACTID = " CodeEditText"
6565// 发布时必须有值,建议写到 local.properties 里
66- // rootProject.ext.BINTRAY_APIKEY = "" //
66+ rootProject. ext. BINTRAY_APIKEY = " " //
6767
6868
6969apply from : " https://raw.githubusercontent.com/lwjfork/scriptlib/master/gradle/bintray.gradle"
You can’t perform that action at this time.
0 commit comments