From 5ed6097ed6e44e2c0d04af153e1f1648f8736b01 Mon Sep 17 00:00:00 2001 From: jens Date: Fri, 21 Jan 2022 19:28:42 +0100 Subject: [PATCH] libs updated --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 51737df..35fe4a1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,9 +72,9 @@ dependencies { //implementation "androidx.security:security-crypto:1.0.0" //implementation "androidx.security:security-identity-credential:1.0.0-alpha02" - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'com.google.android.material:material:1.3.0' testImplementation 'junit:junit:4.+' - androidTestImplementation 'androidx.test.ext:junit:1.1.2' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' } \ No newline at end of file