Skip to content

Commit 9fc3154

Browse files
authored
Merge branch 'eu-digital-identity-wallet:main' into feat/add_transaction_data_to_request_screen
2 parents 3ee22e9 + c78e215 commit 9fc3154

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

authentication-logic/src/main/java/eu/europa/ec/authenticationlogic/storage/PrefsPinStorageProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ class PrefsPinStorageProvider(
9393
byteArray = decodeFromBase64(encryptedBase64)
9494
)
9595

96-
return decryptedBytes.toString(Charsets.UTF_8)
96+
return String(decryptedBytes, Charsets.UTF_8)
9797
}
9898
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
accompanist = "0.37.3"
33
androidDesugarJdkLibs = "2.1.5"
4-
androidGradlePlugin = "8.12.2"
4+
androidGradlePlugin = "8.13.0"
55
androidxActivity = "1.10.1"
66
androidxAppCompat = "1.7.1"
77
androidxBrowser = "1.9.0"
@@ -36,7 +36,7 @@ kotlinxCoroutines = "1.10.2"
3636
kotlinxDatetime = "0.7.1"
3737
kotlinxSerializationJson = "1.9.0"
3838
ksp = "2.2.10-2.0.2"
39-
lint = "31.12.2"
39+
lint = "31.13.0"
4040
okhttp = "5.1.0"
4141
protobuf = "4.32.0"
4242
protobufPlugin = "0.9.5"

0 commit comments

Comments
 (0)