From b4625028d782142dada42c17a03318bcdaf920d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Sat, 7 May 2016 12:31:09 +0300 Subject: Downgrade build tools to 23.0.2 for travis --- example/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/build.gradle b/example/build.gradle index be02597..d605ac4 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -7,7 +7,7 @@ dependencies { android { compileSdkVersion 23 - buildToolsVersion '23.0.3' + buildToolsVersion '23.0.2' defaultConfig { minSdkVersion 9 -- cgit v1.2.3