Skip to content

Commit 070a3aa

Browse files
fix(deps): update dependency androidx.test:runner to v1.7.0
1 parent 7b38860 commit 070a3aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

feedback/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ flutter {
5959
dependencies {
6060
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
6161
testImplementation 'junit:junit:4.13.2'
62-
androidTestImplementation 'androidx.test:runner:1.4.0'
62+
androidTestImplementation 'androidx.test:runner:1.7.0'
6363
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
6464
}

0 commit comments

Comments
 (0)