feat: 增开jitpack 配置

This commit is contained in:
guangli.lgl
2017-03-06 14:48:20 +08:00
parent 8de848d84c
commit 00cb7b933b
2 changed files with 3 additions and 3 deletions

View File

@@ -26,6 +26,6 @@ dependencies {
})
compile 'com.android.support:appcompat-v7:24.2.1'
testCompile 'junit:junit:4.12'
//compile 'com.github.liuguangli:VerificationCodeInput:master-SNAPSHOT'
compile project(':corelibrary');
compile 'com.github.liuguangli:VerificationCodeInput:1.0'
//compile project(':corelibrary');
}