File tree 7 files changed +15
-11
lines changed
packages/image_picker/image_picker_android
7 files changed +15
-11
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.5
2
+
3
+ * Updates gradle to 7.1.2.
4
+
1
5
## 0.8.4+13
2
6
3
7
* Minor fixes for new analysis options.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:3.3.0 '
11
+ classpath ' com.android.tools.build:gradle:7.1.2 '
12
12
}
13
13
}
14
14
@@ -33,14 +33,14 @@ android {
33
33
disable ' GradleDependency'
34
34
}
35
35
dependencies {
36
- implementation ' androidx.core:core:1.0.2 '
37
- implementation ' androidx.annotation:annotation:1.0 .0'
38
- implementation ' androidx.exifinterface:exifinterface:1.3.0 '
36
+ implementation ' androidx.core:core:1.8.0 '
37
+ implementation ' androidx.annotation:annotation:1.3 .0'
38
+ implementation ' androidx.exifinterface:exifinterface:1.3.3 '
39
39
40
40
testImplementation ' junit:junit:4.12'
41
41
testImplementation ' org.mockito:mockito-core:3.10.0'
42
- testImplementation ' androidx.test:core:1.2 .0'
43
- testImplementation " org.robolectric:robolectric:4.3 .1"
42
+ testImplementation ' androidx.test:core:1.4 .0'
43
+ testImplementation " org.robolectric:robolectric:4.8 .1"
44
44
}
45
45
46
46
compileOptions {
Original file line number Diff line number Diff line change @@ -63,5 +63,5 @@ dependencies {
63
63
testImplementation ' junit:junit:4.12'
64
64
androidTestImplementation ' androidx.test:runner:1.2.0'
65
65
androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0'
66
- api ' androidx.test:core:1.2 .0'
66
+ api ' androidx.test:core:1.4 .0'
67
67
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.3.0 '
8
+ classpath ' com.android.tools.build:gradle:7.1.2 '
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1536M
2
- android.enableR8 =true
3
2
android.useAndroidX =true
3
+ android.enableJetifier =true
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -all.zip
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: image_picker_android
2
2
description : Android implementation of the image_picker plugin.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/image_picker/image_picker_android
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
5
- version : 0.8.4+13
5
+ version : 0.8.5
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments