diff --git a/sync/work/build.gradle.kts b/sync/work/build.gradle.kts index bf1943e5a..5eec3bb15 100644 --- a/sync/work/build.gradle.kts +++ b/sync/work/build.gradle.kts @@ -35,10 +35,11 @@ dependencies { implementation(libs.androidx.lifecycle.livedata.ktx) implementation(libs.androidx.tracing.ktx) implementation(libs.androidx.work.ktx) - implementation(libs.firebase.cloud.messaging) implementation(libs.hilt.ext.work) implementation(libs.kotlinx.coroutines.android) + prodImplementation(libs.firebase.cloud.messaging) + kapt(libs.hilt.ext.compiler) testImplementation(projects.core.testing) diff --git a/sync/work/src/demo/AndroidManifest.xml b/sync/work/src/demo/AndroidManifest.xml deleted file mode 100644 index 8dc32c86f..000000000 --- a/sync/work/src/demo/AndroidManifest.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - diff --git a/sync/work/src/main/AndroidManifest.xml b/sync/work/src/prod/AndroidManifest.xml similarity index 100% rename from sync/work/src/main/AndroidManifest.xml rename to sync/work/src/prod/AndroidManifest.xml diff --git a/sync/work/src/main/kotlin/com/google/samples/apps/nowinandroid/sync/services/SyncNotificationsService.kt b/sync/work/src/prod/kotlin/com/google/samples/apps/nowinandroid/sync/services/SyncNotificationsService.kt similarity index 100% rename from sync/work/src/main/kotlin/com/google/samples/apps/nowinandroid/sync/services/SyncNotificationsService.kt rename to sync/work/src/prod/kotlin/com/google/samples/apps/nowinandroid/sync/services/SyncNotificationsService.kt