summaryrefslogtreecommitdiff
path: root/android/sdremote/wear/build.gradle
blob: c521ccf7017be1440c9d9d3450042e9fbc24c8ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apply plugin: 'com.android.application'

android {
    defaultConfig {
        minSdkVersion 20
    }
}

dependencies {
    implementation 'com.android.support:support-v4:28.0.0'
    implementation 'com.google.android.gms:play-services-wearable:16.0.1'
    implementation 'com.google.android.support:wearable:2.8.0'
    compileOnly 'com.google.android.wearable:wearable:2.8.0'
}