Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
761baf3
Update annotation and espresso dependencies
reidbaker Feb 22, 2023
223cdb2
Merge branch 'main' into update-dependencies-2023-02-22
reidbaker Feb 23, 2023
e028fbe
Merge branch 'flutter:main' into update-dependencies-2023-02-22
reidbaker Feb 24, 2023
1d04d7f
Migrate camera_android to use flutter.compileSdkVersion
reidbaker Feb 24, 2023
843b10f
Migrate camera_android_camerax to use flutter.compileSdkVersion
reidbaker Feb 24, 2023
078d215
Migrate camera_camera to use flutter.compileSdkVersion
reidbaker Feb 24, 2023
339206e
Migrate espresso to use flutter.compileSdkVersion
reidbaker Feb 24, 2023
11eccdc
Mass replace for flutter.compileSdkVersion on all "apps"
reidbaker Feb 24, 2023
adfe247
Mass update non app build.gradle files to compileSdkVersion 33
reidbaker Feb 24, 2023
19e76f6
Update changelog next
reidbaker Feb 24, 2023
37e1e27
Fix misspelling and combine annotation update with compileSdkVersion …
reidbaker Feb 24, 2023
09d7740
Remove web changelog, update messages to apply to only the changes fo…
reidbaker Feb 27, 2023
f1bb19e
Remove all changelog changes from packages that did not have a build.…
reidbaker Feb 28, 2023
27d7b8e
Merge remote-tracking branch 'origin/main' into update-dependencies-2…
reidbaker Feb 28, 2023
50f8456
formatting update
reidbaker Feb 28, 2023
0754cfc
Add copyright to multidex application because it fails repro checks
reidbaker Feb 28, 2023
1931da2
Remove more unneeded changelog files unrelated to android
reidbaker Mar 1, 2023
78f1565
Merge remote-tracking branch 'origin/main' into update-dependencies-2…
reidbaker Mar 1, 2023
a6b5256
Remove CHANGELOG entries for packages where only the example app was …
reidbaker Mar 1, 2023
677bd6e
Fix bad merge in changelog files and change update to updates in rema…
reidbaker Mar 1, 2023
e6f1bc8
Fix more update -> updates
reidbaker Mar 1, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0+10

* Update annotioan and espresso dependencies.

## 0.2.0+9

* Updates links for the merge of flutter/plugins into flutter/packages.
Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation "com.google.truth:truth:1.0"
api 'androidx.test:runner:1.1.1'
api 'androidx.test.espresso:espresso-core:3.1.1'
api 'androidx.test.espresso:espresso-core:3.5.1'

// Core library
api 'androidx.test:core:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso.
Allows driving Flutter widgets from a native Espresso test.
repository: https://github.com/flutter/packages/tree/main/packages/espresso
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+espresso%22
version: 0.2.0+9
version: 0.2.0+10

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_plugin_android_lifecycle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.9

* Update annotioan and espresso dependencies.

## 2.0.8

* Updates links for the merge of flutter/plugins into flutter/packages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ android {
}

dependencies {
implementation "androidx.annotation:annotation:1.1.0"
implementation "androidx.annotation:annotation:1.5.0"
}


Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_plugin_android_lifecycle/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
version: 2.0.9

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.7

* Update annotioan and espresso dependencies.

## 2.4.6

* Updates links for the merge of flutter/plugins into flutter/packages.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}

dependencies {
implementation "androidx.annotation:annotation:1.1.0"
implementation "androidx.annotation:annotation:1.5.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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.6
version: 2.4.7

environment:
sdk: ">=2.14.0 <3.0.0"
Expand Down