diff --git a/wear/build.gradle.kts b/wear/build.gradle.kts index 7c36dd7fe..f71c4297f 100644 --- a/wear/build.gradle.kts +++ b/wear/build.gradle.kts @@ -51,6 +51,7 @@ android { } buildFeatures { compose = true + buildConfig = true } tasks.register("testClasses") @@ -79,6 +80,7 @@ dependencies { implementation(libs.horologist.datalayer.watch) implementation(libs.horologist.datalayer.core) implementation(libs.horologist.datalayer.grpc) + implementation(libs.timber) androidTestImplementation(platform(libs.androidx.compose)) androidTestImplementation(libs.androidx.ui.test.junit4) debugImplementation(libs.androidx.ui.tooling) diff --git a/wear/src/main/AndroidManifest.xml b/wear/src/main/AndroidManifest.xml index fc2d02eb3..c0ef65f44 100644 --- a/wear/src/main/AndroidManifest.xml +++ b/wear/src/main/AndroidManifest.xml @@ -9,6 +9,7 @@ android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" + android:name=".WatchApp" android:supportsRtl="true" android:theme="@android:style/Theme.DeviceDefault">