summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-03 17:49:17 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-04 13:59:38 +0100
commitd41a1cc728f8b8a00d1eb59b8886ceb796e434c0 (patch)
tree6a8a10b39c87074b3270be8d5fa04a7c4158f884
parenteb91a32bb20e77b86d0cf6003487c7cab3147c0f (diff)
update to current versions of androidx/helper libs
-rw-r--r--android/sdremote/mobile/build.gradle6
-rw-r--r--android/sdremote/wear/build.gradle6
2 files changed, 6 insertions, 6 deletions
diff --git a/android/sdremote/mobile/build.gradle b/android/sdremote/mobile/build.gradle
index c55094d..3a7c232 100644
--- a/android/sdremote/mobile/build.gradle
+++ b/android/sdremote/mobile/build.gradle
@@ -18,9 +18,9 @@ android {
}
dependencies {
- implementation 'androidx.preference:preference:1.0.0'
+ implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
- implementation 'com.google.android.material:material:1.0.0'
- fullImplementation 'com.google.android.gms:play-services-wearable:16.0.1'
+ implementation 'com.google.android.material:material:1.2.1'
+ fullImplementation 'com.google.android.gms:play-services-wearable:17.0.0'
fullWearApp project(':wear')
}
diff --git a/android/sdremote/wear/build.gradle b/android/sdremote/wear/build.gradle
index 445ed23..aa0982c 100644
--- a/android/sdremote/wear/build.gradle
+++ b/android/sdremote/wear/build.gradle
@@ -8,7 +8,7 @@ android {
dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.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'
+ implementation 'com.google.android.gms:play-services-wearable:17.0.0'
+ implementation 'com.google.android.support:wearable:2.8.1'
+ compileOnly 'com.google.android.wearable:wearable:2.8.1'
}