-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update tooling to latest version #54
Conversation
updated Gradle Wrapper version, Android Tools plugin version, and edited .java file to eliminate the compiler warnings
|
||
// Merges [newMap] into [original], *not* preserving [original] | ||
// keys (deep) in case of conflicts. | ||
private static Map deepMerge(Map original, Map newMap) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method was not used
@@ -38,6 +35,7 @@ public class PosthogFlutterPlugin implements MethodCallHandler, FlutterPlugin { | |||
static HashMap<String, Object> appendToContextMiddleware; | |||
|
|||
/** Plugin registration. */ | |||
@SuppressWarnings("deprecation") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Migrate to the new plugin
@benjackwhite I would love a quick scan here (just tooling anyway), I forgot to make it ready for review a few weeks ago. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks fine to me
Reason:
TODO: