From 858e9f4138b010b0adf6c9f58590edeb4b283e7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 22:24:49 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- _examples/android/AgeMobile/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_examples/android/AgeMobile/app/build.gradle b/_examples/android/AgeMobile/app/build.gradle index 6b151c4..3c36f9d 100644 --- a/_examples/android/AgeMobile/app/build.gradle +++ b/_examples/android/AgeMobile/app/build.gradle @@ -34,8 +34,8 @@ dependencies { implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.1.5' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' + androidTestImplementation 'androidx.test.ext:junit:1.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.0' // AgeMobile aar from Go implementation fileTree(include: ['*.aar'], dir: 'libs') } \ No newline at end of file