From d7c6d050522a2adb3a4d6ddbd1976bc503c0ede5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=85=89=E5=88=A9?= Date: Tue, 23 Apr 2019 15:36:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- simple/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple/build.gradle b/simple/build.gradle index 3d7738a..d2109db 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.5' + //compile 'com.github.liuguangli:VerificationCodeInput:1.6' compile project(':corelibrary'); }