Changed build tools version to 23.0.1

This commit is contained in:
Aakash N S 2015-11-02 01:49:15 +05:30
parent 4b8573d5aa
commit a48e7633c9
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ apply plugin: 'com.android.library'
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23.0.2" buildToolsVersion "23.0.1"
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 23 compileSdkVersion 23
buildToolsVersion "23.0.2" buildToolsVersion "23.0.1"
defaultConfig { defaultConfig {
applicationId "com.exampleapp" applicationId "com.exampleapp"