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"