From 09a62e639e6e9364c5c3be6a05bbae0caea18347 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 13 Sep 2015 15:01:15 +1200 Subject: [PATCH] Update build tools and version --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 94cf5f0..dcdc872 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,13 +2,13 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion '22.0.1' + buildToolsVersion '23.0.1' defaultConfig { minSdkVersion 3 targetSdkVersion 23 - versionCode 25 - versionName '3.5' + versionCode 26 + versionName '3.6' } signingConfigs {