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' }