File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
authentication-logic/src/main/java/eu/europa/ec/authenticationlogic/storage Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11[versions ]
22accompanist = " 0.37.3"
33androidDesugarJdkLibs = " 2.1.5"
4- androidGradlePlugin = " 8.12.2 "
4+ androidGradlePlugin = " 8.13.0 "
55androidxActivity = " 1.10.1"
66androidxAppCompat = " 1.7.1"
77androidxBrowser = " 1.9.0"
@@ -36,7 +36,7 @@ kotlinxCoroutines = "1.10.2"
3636kotlinxDatetime = " 0.7.1"
3737kotlinxSerializationJson = " 1.9.0"
3838ksp = " 2.2.10-2.0.2"
39- lint = " 31.12.2 "
39+ lint = " 31.13.0 "
4040okhttp = " 5.1.0"
4141protobuf = " 4.32.0"
4242protobufPlugin = " 0.9.5"
You can’t perform that action at this time.
0 commit comments