Skip to content

Commit

Permalink
Update dependencies in integration test (#143111)
Browse files Browse the repository at this point in the history
Update dependencies to latest versions
Related to #142618 
Fixes #143219

- [ x I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement].
  • Loading branch information
reidbaker authored Feb 13, 2024
1 parent 5a9fa1e commit a8e9f20
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
11 changes: 5 additions & 6 deletions packages/integration_test/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ android {
dependencies {
// TODO(egarciad): These dependencies should not be added to release builds.
// https://github.com/flutter/flutter/issues/56591
testImplementation 'junit:junit:4.12'
testImplementation 'org.mockito:mockito-inline:5.0.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mockito:mockito-inline:5.1.0'

// https://developer.android.com/jetpack/androidx/releases/test/#1.2.0
api 'androidx.test:runner:1.2.0'
api 'androidx.test:rules:1.2.0'
api 'androidx.test.espresso:espresso-core:3.2.0'
api 'androidx.test:runner:1.2+'
api 'androidx.test:rules:1.2+'
api 'androidx.test.espresso:espresso-core:3.2+'

implementation 'com.google.guava:guava:28.1-android'
}
Expand Down
Loading

0 comments on commit a8e9f20

Please sign in to comment.