mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 15:23:25 +08:00
Update annotations deps to 1.7 (#4935)
- Update annotation dependency - Add changelog for update
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
## 0.10.8+13
|
||||
|
||||
* Updates annotations lib to 1.7.0.
|
||||
|
||||
## 0.10.8+12
|
||||
|
||||
* Fixes handling of autofocus state when taking a picture.
|
||||
|
@ -65,7 +65,7 @@ buildFeatures {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.annotation:annotation:1.5.0'
|
||||
implementation 'androidx.annotation:annotation:1.7.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-inline:5.0.0'
|
||||
testImplementation 'androidx.test:core:1.4.0'
|
||||
|
@ -3,7 +3,7 @@ description: Android implementation of the camera plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
|
||||
|
||||
version: 0.10.8+12
|
||||
version: 0.10.8+13
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.5.0+4
|
||||
|
||||
* Updates annotations lib to 1.7.0.
|
||||
|
||||
## 0.5.0+3
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
@ -38,7 +38,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.annotation:annotation:1.6.0'
|
||||
implementation 'androidx.annotation:annotation:1.7.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-inline:5.1.0'
|
||||
testImplementation 'androidx.test:core:1.3.0'
|
||||
|
@ -2,7 +2,7 @@ name: file_selector_android
|
||||
description: Android implementation of the file_selector package.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/file_selector/file_selector_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+file_selector%22
|
||||
version: 0.5.0+3
|
||||
version: 0.5.0+4
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 2.0.17
|
||||
|
||||
* Updates annotations lib to 1.7.0.
|
||||
|
||||
## 2.0.16
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
@ -46,7 +46,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "androidx.annotation:annotation:1.5.0"
|
||||
implementation "androidx.annotation:annotation:1.7.0"
|
||||
}
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@ name: flutter_plugin_android_lifecycle
|
||||
description: Flutter plugin for accessing an Android Lifecycle within other plugins.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/flutter_plugin_android_lifecycle
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+flutter_plugin_android_lifecycle%22
|
||||
version: 2.0.16
|
||||
version: 2.0.17
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 2.5.2
|
||||
|
||||
* Updates annotations lib to 1.7.0.
|
||||
|
||||
## 2.5.1
|
||||
|
||||
* Adds pub topics to package metadata.
|
||||
|
@ -39,7 +39,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "androidx.annotation:annotation:1.5.0"
|
||||
implementation "androidx.annotation:annotation:1.7.0"
|
||||
implementation 'com.google.android.gms:play-services-maps:18.1.0'
|
||||
androidTestImplementation 'androidx.test:runner:1.2.0'
|
||||
androidTestImplementation 'androidx.test:rules:1.4.0'
|
||||
|
@ -2,7 +2,7 @@ name: google_maps_flutter_android
|
||||
description: Android implementation of the google_maps_flutter plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
|
||||
version: 2.5.1
|
||||
version: 2.5.2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.8.8+2
|
||||
|
||||
* Updates annotations lib to 1.7.0.
|
||||
|
||||
## 0.8.8+1
|
||||
|
||||
* Fixes NullPointerException on pre-Android 13 devices when using Android Photo Picker to pick image or video.
|
||||
|
@ -39,7 +39,7 @@ android {
|
||||
}
|
||||
dependencies {
|
||||
implementation 'androidx.core:core:1.10.1'
|
||||
implementation 'androidx.annotation:annotation:1.3.0'
|
||||
implementation 'androidx.annotation:annotation:1.7.0'
|
||||
implementation 'androidx.exifinterface:exifinterface:1.3.6'
|
||||
implementation 'androidx.activity:activity:1.7.2'
|
||||
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
|
||||
|
@ -3,7 +3,7 @@ description: Android implementation of the image_picker plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/image_picker/image_picker_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+image_picker%22
|
||||
|
||||
version: 0.8.8+1
|
||||
version: 0.8.8+2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.3.0+14
|
||||
|
||||
* Updates annotations lib to 1.7.0.
|
||||
|
||||
## 0.3.0+13
|
||||
|
||||
* Updates example code for current versions of Flutter.
|
||||
|
@ -57,7 +57,7 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.annotation:annotation:1.6.0'
|
||||
implementation 'androidx.annotation:annotation:1.7.0'
|
||||
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
|
||||
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
|
||||
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.22"))
|
||||
|
@ -2,7 +2,7 @@ name: in_app_purchase_android
|
||||
description: An implementation for the Android platform of the Flutter `in_app_purchase` plugin. This uses the Android BillingClient APIs.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/in_app_purchase/in_app_purchase_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+in_app_purchase%22
|
||||
version: 0.3.0+13
|
||||
version: 0.3.0+14
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 2.2.1
|
||||
|
||||
* Updates annotations lib to 1.7.0.
|
||||
|
||||
## 2.2.0
|
||||
|
||||
* Adds implementation of `getDownloadsDirectory()`.
|
||||
|
@ -57,6 +57,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'androidx.annotation:annotation:1.5.0'
|
||||
implementation 'androidx.annotation:annotation:1.7.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ name: path_provider_android
|
||||
description: Android implementation of the path_provider plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 6.1.1
|
||||
|
||||
* Updates annotations lib to 1.7.0.
|
||||
|
||||
## 6.1.0
|
||||
|
||||
* Adds support for Android Custom Tabs.
|
||||
|
@ -65,7 +65,7 @@ dependencies {
|
||||
|
||||
// Java language implementation
|
||||
implementation "androidx.core:core:1.10.1"
|
||||
implementation 'androidx.annotation:annotation:1.6.0'
|
||||
implementation 'androidx.annotation:annotation:1.7.0'
|
||||
implementation 'androidx.browser:browser:1.5.0'
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'org.mockito:mockito-core:5.1.1'
|
||||
|
@ -2,7 +2,7 @@ name: url_launcher_android
|
||||
description: Android implementation of the url_launcher plugin.
|
||||
repository: https://github.com/flutter/packages/tree/main/packages/url_launcher/url_launcher_android
|
||||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+url_launcher%22
|
||||
version: 6.1.0
|
||||
version: 6.1.1
|
||||
environment:
|
||||
sdk: ">=2.19.0 <4.0.0"
|
||||
flutter: ">=3.7.0"
|
||||
|
Reference in New Issue
Block a user