fix: 更新版本号

This commit is contained in:
刘光利
2019-04-23 15:36:41 +08:00
parent 0f2ae98ef3
commit d7c6d05052

View File

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