From 9c6b455f0ef9b3ec76cdef71f4c7297012896451 Mon Sep 17 00:00:00 2001 From: Rody Davis Date: Sat, 13 Jun 2026 08:02:19 +0000 Subject: [PATCH] Update dependency androidx.test:runner to v1.7.0 --- deprecated/easy_google_maps/example/android/app/build.gradle | 2 +- deprecated/fb_firestore/example/android/app/build.gradle | 2 +- deprecated/fb_storage/example/android/app/build.gradle | 2 +- deprecated/floating_search_bar/example/android/app/build.gradle | 2 +- deprecated/flutter_midi/example/android/app/build.gradle | 2 +- .../flutter_wasm_interop/example/android/app/build.gradle | 2 +- deprecated/image_resizer/example/android/app/build.gradle | 2 +- deprecated/navigation_rail/example/android/app/build.gradle | 2 +- deprecated/responsive_scaffold/example/android/app/build.gradle | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deprecated/easy_google_maps/example/android/app/build.gradle b/deprecated/easy_google_maps/example/android/app/build.gradle index 17a3370..a1e6e39 100644 --- a/deprecated/easy_google_maps/example/android/app/build.gradle +++ b/deprecated/easy_google_maps/example/android/app/build.gradle @@ -62,6 +62,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' } diff --git a/deprecated/fb_firestore/example/android/app/build.gradle b/deprecated/fb_firestore/example/android/app/build.gradle index 37a51d4..c96fab3 100644 --- a/deprecated/fb_firestore/example/android/app/build.gradle +++ b/deprecated/fb_firestore/example/android/app/build.gradle @@ -62,6 +62,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' } diff --git a/deprecated/fb_storage/example/android/app/build.gradle b/deprecated/fb_storage/example/android/app/build.gradle index bac10f8..26f3afa 100644 --- a/deprecated/fb_storage/example/android/app/build.gradle +++ b/deprecated/fb_storage/example/android/app/build.gradle @@ -62,6 +62,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' } diff --git a/deprecated/floating_search_bar/example/android/app/build.gradle b/deprecated/floating_search_bar/example/android/app/build.gradle index 0f6a5e5..420f6b7 100644 --- a/deprecated/floating_search_bar/example/android/app/build.gradle +++ b/deprecated/floating_search_bar/example/android/app/build.gradle @@ -62,6 +62,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' } diff --git a/deprecated/flutter_midi/example/android/app/build.gradle b/deprecated/flutter_midi/example/android/app/build.gradle index 0f6a5e5..420f6b7 100644 --- a/deprecated/flutter_midi/example/android/app/build.gradle +++ b/deprecated/flutter_midi/example/android/app/build.gradle @@ -62,6 +62,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' } diff --git a/deprecated/flutter_wasm_interop/example/android/app/build.gradle b/deprecated/flutter_wasm_interop/example/android/app/build.gradle index 0f6a5e5..420f6b7 100644 --- a/deprecated/flutter_wasm_interop/example/android/app/build.gradle +++ b/deprecated/flutter_wasm_interop/example/android/app/build.gradle @@ -62,6 +62,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' } diff --git a/deprecated/image_resizer/example/android/app/build.gradle b/deprecated/image_resizer/example/android/app/build.gradle index 0f6a5e5..420f6b7 100644 --- a/deprecated/image_resizer/example/android/app/build.gradle +++ b/deprecated/image_resizer/example/android/app/build.gradle @@ -62,6 +62,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' } diff --git a/deprecated/navigation_rail/example/android/app/build.gradle b/deprecated/navigation_rail/example/android/app/build.gradle index 0f6a5e5..420f6b7 100644 --- a/deprecated/navigation_rail/example/android/app/build.gradle +++ b/deprecated/navigation_rail/example/android/app/build.gradle @@ -62,6 +62,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' } diff --git a/deprecated/responsive_scaffold/example/android/app/build.gradle b/deprecated/responsive_scaffold/example/android/app/build.gradle index 0f6a5e5..420f6b7 100644 --- a/deprecated/responsive_scaffold/example/android/app/build.gradle +++ b/deprecated/responsive_scaffold/example/android/app/build.gradle @@ -62,6 +62,6 @@ flutter { dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" testImplementation 'junit:junit:4.12' - androidTestImplementation 'androidx.test:runner:1.1.1' + androidTestImplementation 'androidx.test:runner:1.7.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' }