We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
data
1 parent 6ebece1 commit 622d68eCopy full SHA for 622d68e
authenticator/src/main/kotlin/com/bitwarden/authenticator/data/platform/datasource/di/PreferenceModule.kt
app/src/main/java/com/x8bit/bitwarden/data/platform/datasource/di/PreferenceModule.kt renamed to data/src/main/kotlin/com/bitwarden/data/datasource/disk/di/PreferenceModule.kt
@@ -1,12 +1,10 @@
1
-package com.x8bit.bitwarden.data.platform.datasource.di
+package com.bitwarden.data.datasource.disk.di
2
3
import android.app.Application
4
import android.content.Context
5
import android.content.SharedPreferences
6
import androidx.security.crypto.EncryptedSharedPreferences
7
import androidx.security.crypto.MasterKey
8
-import com.bitwarden.data.datasource.disk.di.EncryptedPreferences
9
-import com.bitwarden.data.datasource.disk.di.UnencryptedPreferences
10
import dagger.Module
11
import dagger.Provides
12
import dagger.hilt.InstallIn
0 commit comments