File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.3+2
2+
3+ * Bump RoboElectric dependency to 4.3.1 and update resource usage.
4+
15## 0.6.3+1
26
37* Fix an issue that the example app won't launch the image picker after Android V2 embedding migration.
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626
2727android {
2828 compileSdkVersion 28
29+ testOptions. unitTests. includeAndroidResources = true
2930
3031 lintOptions {
3132 disable ' InvalidPackage'
@@ -62,5 +63,5 @@ dependencies {
6263 testImplementation ' org.mockito:mockito-core:2.17.0'
6364 androidTestImplementation ' androidx.test:runner:1.1.1'
6465 androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1'
65- testImplementation " org.robolectric:robolectric:3 .3.2 "
66+ testImplementation " org.robolectric:robolectric:4 .3.1 "
6667}
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ org.gradle.jvmargs=-Xmx1536M
22android.enableR8 =true
33android.useAndroidX =true
44android.enableJetifier =true
5+ android.enableUnitTestBinaryResources =true
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: image_picker
22description : Flutter plugin for selecting images from the Android and iOS image
33 library, and taking new pictures with the camera.
44homepage : https://github.com/flutter/plugins/tree/master/packages/image_picker
5- version : 0.6.3+1
5+ version : 0.6.3+2
66
77flutter :
88 plugin :
You can’t perform that action at this time.
0 commit comments