File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/com/oblador/keychain Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ allprojects {
4545 }
4646 // END:detox
4747 }
48-
48+
4949 // START:detox
5050 afterEvaluate { project ->
5151 def androidExtension = project. extensions. findByName(' android' )
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ dependencies {
8484 implementation " com.facebook.conceal:conceal:1.1.3@aar"
8585
8686 // Used to store encrypted data
87- implementation(" androidx.datastore:datastore-preferences:1.0.0 " )
87+ implementation(" androidx.datastore:datastore-preferences:1.1.1 " )
8888}
8989
9090if (isNewArchitectureEnabled()) {
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ class KeychainModule(reactContext: ReactApplicationContext) :
136136 // region Initialization
137137 /* * Default constructor. */
138138 init {
139- prefsStorage = DataStorePrefsStorage (reactContext, coroutineScope)
139+ prefsStorage = DataStorePrefsStorage (reactContext, coroutineScope)
140140 addCipherStorageToMap(CipherStorageFacebookConceal (reactContext))
141141 addCipherStorageToMap(CipherStorageKeystoreAesCbc (reactContext))
142142
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import com.oblador.keychain.PrefsStorageBase.ResultSet
1414import com.oblador.keychain.cipherStorage.CipherStorage.EncryptionResult
1515
1616@Suppress(" unused" )
17- open class PrefsStorage (reactContext : ReactApplicationContext ) : PrefsStorageBase {
17+ class PrefsStorage (reactContext : ReactApplicationContext ) : PrefsStorageBase {
1818
1919 private val prefs: SharedPreferences
2020
You can’t perform that action at this time.
0 commit comments