aboutsummaryrefslogtreecommitdiff
path: root/connectivity/bluetooth
diff options
context:
space:
mode:
authorIan Ni-Lewis <ilewis@google.com>2013-09-20 16:55:27 -0700
committerIan Ni-Lewis <ilewis@google.com>2013-09-23 14:54:21 -0700
commit088ad56f1beddb52a891882555a193d6f27f73ba (patch)
treee757bf3528480f02cb0ec0343a5abad3332e1702 /connectivity/bluetooth
parent660ef2b375487a8c4202fe8c5c690ab6be06a8e6 (diff)
downloadandroid-088ad56f1beddb52a891882555a193d6f27f73ba.tar.gz
Remove the build directory from samples/common
Removing the build directory from samples/common in favor of platform/developers/build. Change-Id: I0f4fbba61669434fc441ffe3575e31f26c17ce15
Diffstat (limited to 'connectivity/bluetooth')
-rw-r--r--connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/build.gradle b/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/build.gradle
index 945e1f51..9f4459be 100644
--- a/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/build.gradle
+++ b/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/build.gradle
@@ -2,5 +2,5 @@ apply plugin: 'android'
android {
compileSdkVersion 18
- buildToolsVersion "18.0.0"
+ buildToolsVersion "18.0.1"
}