From 07768cdc81c69dccf11a76e025f2318c28c169fb Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Mon, 25 Apr 2022 13:51:47 +0200 Subject: [PATCH] fixed android dependencies error in release mode --- example/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index e97f43d0..de44914a 100755 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -62,8 +62,8 @@ flutter { dependencies { testImplementation 'junit:junit:4.13' - androidTestImplementation 'androidx.test:runner:1.3.0' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + androidTestImplementation 'androidx.test:runner:1.2.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' implementation 'com.google.android.material:material:1.3.0' implementation 'com.android.support:multidex:1.0.3' }