-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Update dependencies #1203
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 dependencies #1203
Conversation
Signed-off-by: Alex Saveau <[email protected]>
constants.gradle
Outdated
@@ -8,7 +8,7 @@ project.ext { | |||
targetSdk = 27 | |||
minSdk = 14 | |||
|
|||
firebaseVersion = '11.8.0' | |||
firebaseVersion = '12.0.0' |
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.
Let's wait for 12.0.1
... 12.0.0
turned out to be kinda broken by some wayward ProGuard.
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.
Yeah, I just saw your other comment. SGTM!
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.
@samtstern Can you also unmark the CredentialsClient
as @Hide
? That makes lint think we're not allowed to use its methods... pretty sure you guys only meant to mark the constructors as @Hide
😄.
That's another 12.0.0 bug, it's getting fixed.
…On Fri, Mar 23, 2018 at 12:33 PM Alex Saveau ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In constants.gradle
<#1203 (comment)>
:
> @@ -8,7 +8,7 @@ project.ext {
targetSdk = 27
minSdk = 14
- firebaseVersion = '11.8.0'
+ firebaseVersion = '12.0.0'
@samtstern <http:///samtstern> Can you also unmark the CredentialsClient
as @hide? That makes lint think we're not allowed to use its methods...
pretty sure you guys only meant to mark the constructors as @hide 😄.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1203 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIEw6sVMiSMumVCKQfO2uzwm2Wo4EHpoks5thU30gaJpZM4S5DdW>
.
|
Awesome sauce! |
Signed-off-by: Alex Saveau <[email protected]>
Signed-off-by: Alex Saveau <[email protected]>
Signed-off-by: Alex Saveau <[email protected]>
@SUPERCILEX 12.0.1 is out, so we should be able to update this, merge it, and release |
# Conflicts: # constants.gradle
Signed-off-by: Alex Saveau <[email protected]>
@SUPERCILEX looks like |
Sweet, I was just about to tell you I don't have my laptop with me, thanks! ❤️ |
12!