Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Upgrade to android-components 0.11 #43

Merged
merged 1 commit into from
Jun 25, 2018

Conversation

csadilek
Copy link
Contributor

No description provided.

@csadilek csadilek requested a review from pocmo June 25, 2018 17:39
app/build.gradle Outdated
productionImplementation "org.mozilla.components:engine-gecko:${rootProject.ext.dependencies['mozillaComponents']}"
productionArmImplementation "org.mozilla:geckoview-release-armeabi-v7a:60.0.2"
productionX86Implementation "org.mozilla:geckoview-release-x86:60.0.2"
productionAarch64Implementation "org.mozilla:geckoview-release-arm64-v8a:60.0.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You created constants for the version numbers in the root build.gradle but you are not using them here :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good catch. That means we need to update the sample-browser app as well. I will update and send a PR.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I was afraid that I did that :D

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants