aboutsummaryrefslogtreecommitdiff
path: root/connectivity/bluetooth/BluetoothLeGatt/build.gradle
blob: 036abc8da5261c12269af3fd2a3cd154acbfc0f8 (plain)
1
2
3
4
5
6
7
8
buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.5.+'
    }
}