diff --git a/.idea/misc.xml b/.idea/misc.xml index 004641d..9ddc1ea 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/simple/build.gradle b/simple/build.gradle index 0bc520c..527534a 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:master-SNAPSHOT' - compile project(':corelibrary'); + compile 'com.github.liuguangli:VerificationCodeInput:1.0' + //compile project(':corelibrary'); }