From a48e7633c980e9b805d75a09289c7cb5d3a7c490 Mon Sep 17 00:00:00 2001 From: Aakash N S Date: Mon, 2 Nov 2015 01:49:15 +0530 Subject: [PATCH] Changed build tools version to 23.0.1 --- android/build.gradle | 2 +- examples/ExampleApp/android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index af901a3..35d326e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'com.android.library' android { compileSdkVersion 23 - buildToolsVersion "23.0.2" + buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 14 diff --git a/examples/ExampleApp/android/app/build.gradle b/examples/ExampleApp/android/app/build.gradle index 0cc8b19..55309a3 100644 --- a/examples/ExampleApp/android/app/build.gradle +++ b/examples/ExampleApp/android/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 23 - buildToolsVersion "23.0.2" + buildToolsVersion "23.0.1" defaultConfig { applicationId "com.exampleapp"