Skip to content

Commit

Permalink
Merge pull request #953 from SimonMarquis/fix/warnings-SyncNotificati…
Browse files Browse the repository at this point in the history
…onsService

Declare `SyncNotificationsService` only in `prod` sourceSet
  • Loading branch information
dturner authored Oct 4, 2023
2 parents 2b1a1a1 + 3eb835a commit 12b56b8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
3 changes: 2 additions & 1 deletion sync/work/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
27 changes: 0 additions & 27 deletions sync/work/src/demo/AndroidManifest.xml

This file was deleted.

File renamed without changes.

0 comments on commit 12b56b8

Please sign in to comment.