mirror of https://github.com/x13a/Wasted.git
ref
This commit is contained in:
parent
13dcb58ee6
commit
287a4f080e
|
@ -10,8 +10,8 @@ android {
|
|||
applicationId "me.lucky.wasted"
|
||||
minSdk 25
|
||||
targetSdk 31
|
||||
versionCode 5
|
||||
versionName "1.0.4"
|
||||
versionCode 6
|
||||
versionName "1.0.5"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ class Preferences(ctx: Context) {
|
|||
|
||||
private val mk = MasterKeys.getOrCreate(MasterKeys.AES256_GCM_SPEC)
|
||||
private val prefs = EncryptedSharedPreferences.create(
|
||||
"s_shared_prefs",
|
||||
"sec_shared_prefs",
|
||||
mk,
|
||||
ctx,
|
||||
EncryptedSharedPreferences.PrefKeyEncryptionScheme.AES256_SIV,
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Not provided by developer
|
Loading…
Reference in New Issue