Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 7f32c91

Browse files
author
Chris Yang
committed
try testImplementation
1 parent a1f8915 commit 7f32c91

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/image_picker/image_picker_android/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ dependencies {
6363
testImplementation 'junit:junit:4.12'
6464
androidTestImplementation 'androidx.test:runner:1.2.0'
6565
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
66-
api 'androidx.test:core:1.2.0'
66+
testImplementation 'androidx.test:core:1.2.0'
6767
}

packages/image_picker/image_picker_android/example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ dependencies:
1919
path: ../
2020
image_picker_platform_interface: ^2.3.0
2121
video_player: ^2.1.4
22+
# video_player_android: 2.3.4
2223

2324
dev_dependencies:
24-
espresso: ^0.1.0+2
25+
espresso: ^0.2.0
2526
flutter_driver:
2627
sdk: flutter
2728
integration_test:

0 commit comments

Comments
 (0)