From 7f27ca32d0c26451b09665a00c498d1ee2716a57 Mon Sep 17 00:00:00 2001 From: Leo Ma Date: Thu, 6 Apr 2017 11:36:15 +0800 Subject: [PATCH] Update Signed-off-by: Leo Ma --- library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/build.gradle b/library/build.gradle index e19d911..59baae5 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -28,6 +28,6 @@ dependencies { androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:25.2.0' + compile 'com.android.support:appcompat-v7:25.3.1' testCompile 'junit:junit:4.12' }