fenix/app
Grisha Kruglov f560ec8e8d Closes #1902: Remove direct appservices dependencies
Our main dependency - android-components - is tightly integrated
against a certain version of appservices. Having a direct dependency
at the Fenix level is a foot-gun: it allows Fenix to consume an API-incompatible
version of appservices, breaking parts of android-components. Due to
how gradle dependency resolution works, this breakage is "silent": there are
no compile time warnings. A recent example of this is broken history sync,
and buggy FxA experience in Fenix.

This patch removes a direct dependency, letting android-components dictate
which appservices version should be used Fenix builds.
2019-04-23 17:41:07 -05:00
..
src Sets the search engine to the default if no shortcut is used 2019-04-23 17:39:57 -05:00
.gitignore Initializes Android project 2018-12-07 15:25:38 -05:00
build.gradle Closes #1902: Remove direct appservices dependencies 2019-04-23 17:41:07 -05:00
lint.xml Fixes #1890 - Remove unused strings (#1891) 2019-04-22 11:24:49 -07:00
metrics.yaml For #974: Telemetry for Bookmarks 2019-04-17 15:58:58 -07:00
proguard-rules.pro adds missing class 2019-04-10 10:37:34 -07:00