diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 9994ece..694f359 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -1,5 +1,6 @@ plugins { id("com.android.application") + id("org.jetbrains.kotlin.android") // The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins. id("dev.flutter.flutter-gradle-plugin") } @@ -40,3 +41,7 @@ kotlin { flutter { source = "../.." } + +dependencies { + implementation("com.google.android.gms:play-services-wearable:19.0.0") +} diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 00d050e..43248fa 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,9 @@ + + + + + + + + + + + +