This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gspencergoog
approved these changes
Nov 2, 2018
See also cirruslabs/macos-image-templates#2 |
andreidiaconu
pushed a commit
to andreidiaconu/plugins
that referenced
this pull request
Feb 17, 2019
* update graddle-wrapper for all, update docs/example for AdMob * Deprecate dart methods * pubspec bump, CHANGELOG * typo * Use right deprecated annotation, add ignore * update example to not use deprecated members * const * format! * pin test for now * pin mockito version to avoid breakage with test * revert firebase changes * update osx_instance * high sierra
andreidiaconu
added a commit
to andreidiaconu/plugins
that referenced
this pull request
Feb 17, 2019
This reverts commit 6af83bb.
julianscheel
pushed a commit
to jusst-engineering/plugins
that referenced
this pull request
Mar 11, 2020
* update graddle-wrapper for all, update docs/example for AdMob * Deprecate dart methods * pubspec bump, CHANGELOG * typo * Use right deprecated annotation, add ignore * update example to not use deprecated members * const * format! * pin test for now * pin mockito version to avoid breakage with test * revert firebase changes * update osx_instance * high sierra
Akachu
pushed a commit
to Akachu/flutter_camera
that referenced
this pull request
Apr 27, 2020
* update graddle-wrapper for all, update docs/example for AdMob * Deprecate dart methods * pubspec bump, CHANGELOG * typo * Use right deprecated annotation, add ignore * update example to not use deprecated members * const * format! * pin test for now * pin mockito version to avoid breakage with test * revert firebase changes * update osx_instance * high sierra
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I've split this out from my other PR as it's not essential to that one.
Android Studio no longer supports Gradle 4.4. We've had similar efforts for this in other repos, but seems like we missed this one.
This PR also pins mockito to 3.0.0 for batter tests, as mockito 3.0.1 is breaking them right now.