From 4cea4391eb25dca37adff832997d45b0d5eb6805 Mon Sep 17 00:00:00 2001 From: Jens Date: Sat, 28 Feb 2026 22:52:42 +0100 Subject: [PATCH] Libraries updated --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f48e84f..b69990e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -82,6 +82,6 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.android.material:material:1.6.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.4' + androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } \ No newline at end of file