-
Notifications
You must be signed in to change notification settings - Fork 174
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
Add FxA WebChannel Extension support #858
Conversation
@@ -19,6 +19,7 @@ plugins { | |||
allprojects { | |||
repositories { | |||
google() | |||
mavenLocal() |
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.
nit: mavenLocal()
@@ -16,7 +16,7 @@ private object Versions { | |||
|
|||
const val android_gradle_plugin = "3.4.1" | |||
|
|||
const val mozilla_android_components = "+" // Always use the latest snapshot | |||
const val mozilla_android_components = "7.0.0-vlad4" // Always use the latest snapshot |
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.
nit: I think this was an internal version
yea, for WIP
…On Fri, Aug 2, 2019, 10:33 Arturo Mejia ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In buildSrc/src/main/java/Dependencies.kt
<#858 (comment)>
:
> @@ -16,7 +16,7 @@ private object Versions {
const val android_gradle_plugin = "3.4.1"
- const val mozilla_android_components = "+" // Always use the latest snapshot
+ const val mozilla_android_components = "7.0.0-vlad4" // Always use the latest snapshot
nit: I think this was an internal version
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#858?email_source=notifications&email_token=AAA7N443XEZ7IASXCIGP7XLQCRASRA5CNFSM4IIVRXEKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCANSL5Q#pullrequestreview-270214646>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAA7N4ZPGKD635RHEIBR6HTQCRASRANCNFSM4IIVRXEA>
.
|
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.
I left some comments and there are some ktlint issues that we need to address before merging, but apart from that I looks 👍
Sorry I didn't know 😄 ! |
Underlying implementation changed quite a bit, with some breaking API changes sprinkled in. See mozilla-mobile/android-components#4221. I'll re-push a PR built on top of new work. |
cc @grigoryk
Ref: mozilla-mobile/android-components#3881