summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-03 15:11:27 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-04 13:59:38 +0100
commit6aebc745471a9c7e24a2488c3243a45be56a55e1 (patch)
treecb50917eca7d52c1bf3a618d88df8ef48ba002ac
parent80b581a3aa9e43197cc1d5d3b9fa378fe22d6008 (diff)
bump support-libraries to 28/min target to 14
also bump the other support libs are the last one before androidX style
-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'
}