Skip to content
Permalink
Browse files Browse the repository at this point in the history
chore: fix build config import
  • Loading branch information
Oscar Rodriguez committed Oct 16, 2020
1 parent 9627f4d commit 09d00e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,9 +13,9 @@ package es.gob.radarcovid.features.worker
import android.content.Context
import androidx.work.*
import dagger.android.HasAndroidInjector
import es.gob.radarcovid.BuildConfig
import es.gob.radarcovid.datamanager.repository.PreferencesRepository
import es.gob.radarcovid.datamanager.usecase.ReportFakeInfectionUseCase
import org.dpppt.android.sdk.BuildConfig
import org.dpppt.android.sdk.DP3T
import java.security.SecureRandom
import java.util.concurrent.TimeUnit
Expand Down

0 comments on commit 09d00e5

Please sign in to comment.