diff --git a/simple/build.gradle b/simple/build.gradle index d2109db..dc0c2e5 100644 --- a/simple/build.gradle +++ b/simple/build.gradle @@ -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.6' + //compile 'com.github.liuguangli:VerificationCodeInput:1.7' compile project(':corelibrary'); }