Skip to content

Commit

Permalink
Update dependency androidx.test:runner to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 1d6bf53 commit e5602e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test:runner:1.5.2'
androidTestImplementation 'androidx.test:runner:1.6.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'com.android.support:multidex:1.0.3'
}

0 comments on commit e5602e3

Please sign in to comment.