1
0
Fork 0
fenix/app
Grisha Kruglov fddf77280c Remove direct A-S dependency; switch to using 'full' megazord
As far as I can tell, we never actually exercise the a-s libraries in Fenix tests currently (this was one of the presumed reasons for having a direct dependency).
In a different branch I've started work on adding end-to-end tests, but currently that's blocked on trying to figure out to load native libraries in tests (somehow, fenix's setup is different than what we have in A-C, not yet clear to me in what way).

Another reason for a direct dependency (i think) is that we needed it to configure a `fenix` megazord. This could be solved via a `support-megazord-fenix` a-c component that provides the correct transient dependencies,
but we can also just switch to use the `full` megazord instead, which is essentially what fenix megazord is at this point. A-S team wants to remove the fenix megazord, so this will help. This is what this patch does.
2020-02-25 17:30:57 -08:00
..
sampledata For #7092: Add initial Migration UI 2020-01-15 21:41:01 -08:00
src Remove direct A-S dependency; switch to using 'full' megazord 2020-02-25 17:30:57 -08:00
.gitignore Initializes Android project 2018-12-07 15:25:38 -05:00
build.gradle Remove direct A-S dependency; switch to using 'full' megazord 2020-02-25 17:30:57 -08:00
lint.xml Fixes #1890 - Remove unused strings (#1891) 2019-04-22 11:24:49 -07:00
metrics.yaml For #7295 - Adds more documentation for the installation metrics 2020-02-14 20:56:49 -08:00
pings.yaml For #7295 - Adds more documentation for the installation metrics 2020-02-14 20:56:49 -08:00
proguard-rules.pro For #4064: Update R8/ProGuard config for new Kotlin coroutines library (#7218) 2019-12-17 10:41:54 -06:00