This commit is contained in:
lucky 2021-11-30 13:18:00 +03:00
parent 13dcb58ee6
commit 287a4f080e
3 changed files with 4 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "me.lucky.wasted" applicationId "me.lucky.wasted"
minSdk 25 minSdk 25
targetSdk 31 targetSdk 31
versionCode 5 versionCode 6
versionName "1.0.4" versionName "1.0.5"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -14,7 +14,7 @@ class Preferences(ctx: Context) {
private val mk = MasterKeys.getOrCreate(MasterKeys.AES256_GCM_SPEC) private val mk = MasterKeys.getOrCreate(MasterKeys.AES256_GCM_SPEC)
private val prefs = EncryptedSharedPreferences.create( private val prefs = EncryptedSharedPreferences.create(
"s_shared_prefs", "sec_shared_prefs",
mk, mk,
ctx, ctx,
EncryptedSharedPreferences.PrefKeyEncryptionScheme.AES256_SIV, EncryptedSharedPreferences.PrefKeyEncryptionScheme.AES256_SIV,

View File

@ -0,0 +1 @@
Not provided by developer