Skip to content

Commit 264b2fc

Browse files
authored
Update annotations deps to 1.7 (#4935)
- Update annotation dependency - Add changelog for update
1 parent 2faf992 commit 264b2fc

File tree

24 files changed

+48
-16
lines changed

24 files changed

+48
-16
lines changed

packages/camera/camera_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.10.8+13
2+
3+
* Updates annotations lib to 1.7.0.
4+
15
## 0.10.8+12
26

37
* Fixes handling of autofocus state when taking a picture.

packages/camera/camera_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ buildFeatures {
6565
}
6666

6767
dependencies {
68-
implementation 'androidx.annotation:annotation:1.5.0'
68+
implementation 'androidx.annotation:annotation:1.7.0'
6969
testImplementation 'junit:junit:4.13.2'
7070
testImplementation 'org.mockito:mockito-inline:5.0.0'
7171
testImplementation 'androidx.test:core:1.4.0'

packages/camera/camera_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Android implementation of the camera plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
55

6-
version: 0.10.8+12
6+
version: 0.10.8+13
77

88
environment:
99
sdk: ">=2.19.0 <4.0.0"

packages/file_selector/file_selector_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0+4
2+
3+
* Updates annotations lib to 1.7.0.
4+
15
## 0.5.0+3
26

37
* Adds pub topics to package metadata.

packages/file_selector/file_selector_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
}
3939

4040
dependencies {
41-
implementation 'androidx.annotation:annotation:1.6.0'
41+
implementation 'androidx.annotation:annotation:1.7.0'
4242
testImplementation 'junit:junit:4.13.2'
4343
testImplementation 'org.mockito:mockito-inline:5.1.0'
4444
testImplementation 'androidx.test:core:1.3.0'

packages/file_selector/file_selector_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: file_selector_android
22
description: Android implementation of the file_selector package.
33
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
5-
version: 0.5.0+3
5+
version: 0.5.0+4
66

77
environment:
88
sdk: ">=2.19.0 <4.0.0"

packages/flutter_plugin_android_lifecycle/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.17
2+
3+
* Updates annotations lib to 1.7.0.
4+
15
## 2.0.16
26

37
* Adds pub topics to package metadata.

packages/flutter_plugin_android_lifecycle/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ android {
4646
}
4747

4848
dependencies {
49-
implementation "androidx.annotation:annotation:1.5.0"
49+
implementation "androidx.annotation:annotation:1.7.0"
5050
}
5151

5252

packages/flutter_plugin_android_lifecycle/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_plugin_android_lifecycle
22
description: Flutter plugin for accessing an Android Lifecycle within other plugins.
33
repository: https://github.com/flutter/packages/tree/main/packages/flutter_plugin_android_lifecycle
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_plugin_android_lifecycle%22
5-
version: 2.0.16
5+
version: 2.0.17
66

77
environment:
88
sdk: ">=2.19.0 <4.0.0"

packages/google_maps_flutter/google_maps_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.5.2
2+
3+
* Updates annotations lib to 1.7.0.
4+
15
## 2.5.1
26

37
* Adds pub topics to package metadata.

0 commit comments

Comments
 (0)