From 563dd66d4e8b2d280c1faa11ee882c8e47f697ac Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 10 Jan 2023 12:49:52 +0800 Subject: [PATCH] Update Gradle dependencies --- demo-app/build.gradle | 4 ++-- demo-module/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/demo-app/build.gradle b/demo-app/build.gradle index 9feb2841..2b87f1dd 100644 --- a/demo-app/build.gradle +++ b/demo-app/build.gradle @@ -53,6 +53,6 @@ dependencies { implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.4' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file diff --git a/demo-module/build.gradle b/demo-module/build.gradle index 771591c7..f742a2b2 100644 --- a/demo-module/build.gradle +++ b/demo-module/build.gradle @@ -67,6 +67,6 @@ dependencies { implementation 'com.google.android.material:material:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.4' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.5' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' } \ No newline at end of file