From 9054420536a4f252899d6b5205b8923a6edb4f57 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 27 Feb 2023 11:11:31 +0100 Subject: [PATCH] Bumped security-crypto-ktx dependency --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 207704ec1..220200922 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -199,7 +199,7 @@ dependencies { implementation 'androidx.emoji2:emoji2:1.2.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' implementation 'androidx.media:media:1.6.0' - implementation "androidx.security:security-crypto-ktx:1.1.0-alpha04" + implementation "androidx.security:security-crypto-ktx:1.1.0-alpha05" implementation "androidx.window:window:1.0.0" implementation 'androidx.core:core-ktx:1.9.0'