From 89ece3da0239ee2ccfeff9a12c26b05cc2b5b70c Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Wed, 20 Oct 2021 15:11:40 -0700 Subject: [PATCH] Review comments --- app/build.gradle.kts | 2 +- app/src/main/res/values/strings.xml | 3 +++ app/src/main/res/xml/preferences.xml | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b25a25f8744..0a7380088d5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -133,7 +133,6 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect:1.5.31") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2") - implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.2") implementation("com.google.dagger:dagger:2.39.1") kapt("com.google.dagger:dagger-compiler:2.39.1") @@ -164,6 +163,7 @@ dependencies { "fullImplementation"("com.google.firebase:firebase-iid:21.1.0") "fullImplementation"("com.google.firebase:firebase-messaging:22.0.0") "fullImplementation"("io.sentry:sentry-android:5.2.3") + "fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.2") implementation("androidx.work:work-runtime-ktx:2.6.0") implementation("androidx.biometric:biometric:1.1.0") diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 39d09a2a9ab..015f6f0041a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -628,4 +628,7 @@ like to connect to: Request to install app on wear device sent successfully Play Store Request Failed. Wear device(s) may not support Play Store, that is, the Wear device may be version 1.0. Install App on Wear Device + Wear OS + Wear OS Settings + Manage Wear OS App diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 76d5fce8a9d..95a63c06ddc 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -60,12 +60,12 @@ + android:title="@string/wear_os_category"> + android:summary="@string/wear_os_settings_summary" />