summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--android/sdremote/mobile/build.gradle9
-rw-r--r--android/sdremote/wear/build.gradle7
2 files changed, 9 insertions, 7 deletions
diff --git a/android/sdremote/mobile/build.gradle b/android/sdremote/mobile/build.gradle
index 910c574..930560e 100644
--- a/android/sdremote/mobile/build.gradle
+++ b/android/sdremote/mobile/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
defaultConfig {
- minSdkVersion 9
+ minSdkVersion 14
}
lintOptions {
@@ -18,8 +18,9 @@ android {
}
dependencies {
- implementation 'com.android.support:preference-v7:25.4.0'
- implementation 'com.android.support:design:25.4.0'
- fullImplementation 'com.google.android.gms:play-services-wearable:10.0.1'
+ implementation 'com.android.support:preference-v7:28.0.0'
+ implementation 'com.android.support:support-v4:28.0.0'
+ implementation 'com.android.support:design:28.0.0'
+ fullImplementation 'com.google.android.gms:play-services-wearable:16.0.1'
fullWearApp project(':wear')
}
diff --git a/android/sdremote/wear/build.gradle b/android/sdremote/wear/build.gradle
index 0acfea7..c521ccf 100644
--- a/android/sdremote/wear/build.gradle
+++ b/android/sdremote/wear/build.gradle
@@ -7,7 +7,8 @@ android {
}
dependencies {
- implementation 'com.google.android.gms:play-services-wearable:10.0.1'
- implementation 'com.google.android.support:wearable:2.5.0'
- compileOnly 'com.google.android.wearable:wearable:2.5.0'
+ 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'
}