Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
44afe7a
Update gradle and run agp updater on all camera* examples
reidbaker Apr 25, 2023
85bd44a
More updates of agp and gradle
reidbaker Apr 25, 2023
56b45cd
agp/gradle update for quick actions
reidbaker Apr 25, 2023
36df790
More updates of agp and gradle
reidbaker Apr 25, 2023
0e83599
More updates of agp and gradle for image_picker, also add exported an…
reidbaker Apr 25, 2023
974a4b3
More updates of agp and gradle for image_picker in app purchase
reidbaker Apr 25, 2023
7ec81cf
More updates of agp and gradle for url_launcher
reidbaker Apr 25, 2023
6ec0960
More updates of agp and gradle for video_player
reidbaker Apr 25, 2023
88bdb81
More updates of agp and gradle for video_player local auth
reidbaker Apr 25, 2023
0d47349
More updates of agp and gradle for local_auth
reidbaker Apr 25, 2023
2954607
More updates of agp and gradle for google_sign_in
reidbaker Apr 25, 2023
087ad0d
More updates of agp and gradle for webview flutter
reidbaker Apr 25, 2023
38dc140
More updates of agp and gradle for webview flutter, path_provider_and…
reidbaker Apr 25, 2023
5bd7755
update to task registration
reidbaker Apr 25, 2023
3b07ba2
Merge branch 'main' into i122213-run-agp-update-for-many
reidbaker Apr 25, 2023
2f12f9f
Fix lints that were added by updated toolchain, mostly camera
reidbaker Apr 26, 2023
ed33296
Fix lints that were added by updated toolchain, update baselines
reidbaker Apr 26, 2023
96439a8
Ran formatter for modified log lines
reidbaker Apr 26, 2023
fbf49e3
expanded lint baseline for in_app_purchase
reidbaker Apr 26, 2023
8db9d8b
Merge branch 'main' into i122213-run-agp-update-for-many
reidbaker Apr 26, 2023
e7da527
Add required changelogs
reidbaker Apr 27, 2023
bbfe2ea
Merge branch 'main' into i122213-run-agp-update-for-many
reidbaker Apr 27, 2023
41c1757
Add required changelogs in app purchase
reidbaker Apr 27, 2023
51d3e35
Add required changelogs in app purchase
reidbaker Apr 27, 2023
4a2299a
Merge remote-tracking branch 'upstream/main' into i122213-run-agp-upd…
reidbaker Apr 28, 2023
843302b
Update pubspecs
reidbaker Apr 28, 2023
ed7174f
Merge remote-tracking branch 'origin/main' into i122213-run-agp-updat…
reidbaker Apr 28, 2023
73e0d7d
Update changelog
reidbaker Apr 28, 2023
d850d2c
Merge branch 'main' into i122213-run-agp-update-for-many
reidbaker Apr 28, 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
Prev Previous commit
Next Next commit
Update pubspecs
  • Loading branch information
reidbaker committed Apr 28, 2023
commit 843302bc60ea84c78ba22d0e91bc856e316bb8f1
2 changes: 1 addition & 1 deletion packages/camera/camera_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: camera_android
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.6+2
version: 0.10.6+3

environment:
sdk: ">=2.17.0 <4.0.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.13
version: 2.4.14

environment:
sdk: ">=2.17.0 <4.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.5+4
version: 0.2.5+5

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/url_launcher/url_launcher_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.31
version: 6.0.32

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_android
description: A Flutter plugin that provides a WebView widget on Android.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 3.6.2
version: 3.6.3

environment:
sdk: ">=2.18.0 <4.0.0"
Expand Down