summaryrefslogtreecommitdiff
path: root/android/sdremote/mobile/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'android/sdremote/mobile/build.gradle')
-rw-r--r--android/sdremote/mobile/build.gradle6
1 files changed, 3 insertions, 3 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')
}