From a1cce7d739188120b8b47ad69a0ff51edd28519d Mon Sep 17 00:00:00 2001 From: bret-fears Date: Mon, 27 Mar 2017 13:28:32 -0400 Subject: [PATCH] Update Support lib - Update support lib version 25.3.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b4c2552..683bd01 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ 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.0' testCompile 'junit:junit:4.12' compile project(':lib') compile 'com.android.support:recyclerview-v7:25.3.0'