From ad163ce244a04c69d8ae274dd2da07e29ad2e4be Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Mon, 11 Jul 2016 14:26:36 -0700 Subject: [PATCH] Updaing the gradle for the tests to the latest --- test/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build.gradle b/test/build.gradle index b523aa81..33d95b72 100644 --- a/test/build.gradle +++ b/test/build.gradle @@ -25,7 +25,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:2.1.0' + classpath 'com.android.tools.build:gradle:2.1.2' } }