We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dffac commit b4aca7cCopy full SHA for b4aca7c
feedback/example/android/app/build.gradle
@@ -59,6 +59,6 @@ flutter {
59
dependencies {
60
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
61
testImplementation 'junit:junit:4.13.2'
62
- androidTestImplementation 'androidx.test:runner:1.4.0'
+ androidTestImplementation 'androidx.test:runner:1.6.0'
63
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
64
}
0 commit comments