fix: override setEnbled

This commit is contained in:
guangli.lgl
2017-03-06 22:16:41 +08:00
parent ebcb076a87
commit 3ce99e39a5
7 changed files with 18 additions and 6 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:1.0'
//compile project(':corelibrary');
//compile 'com.github.liuguangli:VerificationCodeInput:1.0'
compile project(':corelibrary');
}