Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Ryan Kelly c40fd3a12b
Update android dependencies [ci full] (#4345)
This uses the new, cleaner factoring of our Android config from #4194
as an excuse to update some of our Android dependencies to bring them
inline with what's used in current android-components. It was much
easier than it has been in the past!
2021-07-26 11:09:11 +10:00
Ryan Kelly 260d10e19c
Import nimbus-sdk as submodule, republish as part of the megazord.
This commit pulls in https://github.com/mozilla/nimbus-sdk as a
git submodule, and adds some build integration to publish it as
part of the application-services megazord. Instead of an all-in-one
nimbus package, we produce two separate packages:

* `org.mozilla.appservices:nimbus` with the Nimbus Kotlin code
* `org.mozilla.appservices:full-megazord` updated to include the
  Nimbus Rust code.
2020-11-09 16:40:21 +11:00
Ryan Kelly 24d8ceeb21
Revert "Import nimbus-sdk as submodule, republish as part of the megazord."
Nimbus SDK and its dependencies are not currently compatible with
Rust v1.43.0, but application-services is pinned to that version
of rust for compatibility with mozilla-central.

This reverts commit 8388372259.
2020-11-09 14:16:50 +11:00
Ryan Kelly 8388372259
Import nimbus-sdk as submodule, republish as part of the megazord.
This commit pulls in https://github.com/mozilla/nimbus-sdk as a
git submodule, and adds some build integration to publish it as
part of the application-services megazord. Instead of an all-in-one
nimbus package, we produce two separate packages:

* `org.mozilla.appservices:nimbus` with the Nimbus Kotlin code
* `org.mozilla.appservices:full-megazord` updated to include the
  Nimbus Rust code.
2020-11-09 13:10:35 +11:00
Edouard Oger 4e5f54d066
Update Android dependencies 2020-04-08 13:23:31 -04:00
Edouard Oger 27643d483b
Remote Tabs FFI 2019-11-12 16:09:48 -05:00
Edouard Oger 366fdf9e66
Add gradle zip SHA256 sum 2019-08-06 17:55:48 -04:00
Thom Chiovoloni b502977cdf
Upgrade gradle wrapper 2019-08-06 13:35:56 -07:00
Nick Alexander a4fd60bbc9 Pre: Update to Gradle 4.10.2 to work around a publishing issue.
This will be needed for the publishing composites.  Since I'm updating
things, let's do this too.
2018-11-15 11:20:46 -08:00
Nick Alexander 185cb45128 [automation/fxa client] Part 1a: Lift Gradle multi-project to top-level.
There are two project layouts possible.  One is that each sub-project
is its own Gradle project with its own copy of the Gradle wrapper,
project configurations, etc.  The other is that there's one
multi-project with sub-Gradle projects.

Generally the multi-project approach, even for decoupled projects, is
simpler.  The `android-components` repository uses it, even though its
projects are very explicitly decoupled in most cases.
2018-09-19 11:09:48 -07:00