1
0
Fork 0
fenix/buildSrc/src/main/java
Michael Comella f0464b9e72
For #9644: restrict deps to specific repositories (#9649)
* For #9644: remove unnecessary leanplum maven repository.

The docs say it is [1] "only needed for Android SDK versions below 4.3.0".
That is API 18 and our min SDK is 21.

[1]: https://docs.leanplum.com/reference#android-setup

* For #9644: move buildscript block from :app to root project.

This will reduce the amount of duplication we need in specifying
restricted dependencies and centralize repository definitions. Since
we're a one project app, it shouldn't have a significant impact on
performance.

* For #9644: restrict dependencies following FFTV config.

However, there is a resolution error to be fixed in the next commit.

This is verbatim from FFTV except I removed the no-op "improve security
if code is refactored incorrectly" lines: these lines rarely changed and
I'm not that concerned. It might be better to simplify the
configuration.

Source:
  62a2fa680c/buildSrc/src/main/java/org/mozilla/gradle/Dependencies.kt (L7)
  62a2fa680c/build.gradle (L31)

* For #9644: restrict firebase deps to google repo.

This fixes the resolution error from the previous PR.
2020-04-15 10:54:36 -07:00
..
org/mozilla/fenix/gradle/tasks For #9605 - review: lintUnitTestRunner depends on compile. 2020-04-03 09:27:49 -07:00
AndroidComponents.kt Update Android Components version to 39.0.20200415130046. 2020-04-15 10:51:27 -04:00
Config.kt Removes versionName check from gradle (#5934) 2019-10-21 10:03:21 -07:00
Dependencies.kt For #9644: restrict deps to specific repositories (#9649) 2020-04-15 10:54:36 -07:00