From ad9cdc6e3a3488096a86388a26e8616dbf048237 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Fri, 1 Aug 2014 13:10:35 +0200 Subject: [PATCH] Build for KitKat not 4.4W (android wear) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6dce2b5..f0efe31 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 19 - buildToolsVersion '20.0.0' + buildToolsVersion '19.1.0' defaultConfig { applicationId "info.nerull7.mysqlbrowser"