fune/mobile/android/android-components/components/support/remotesettings
Gabriel Luong 10bf459698 Bug 1876335 - use GRADLE_MAVEN_REPOSITORIES in more places. r=owlish,geckoview-reviewers,nalexander,tthibaud,android-reviewers
To ensure that we can build offline, we need to prevent gradle from
going through remote maven repos directly.

That means also overriding the default plugin repository
(plugins.gradle.org) in the `pluginManagement` section.

Differential Revision: https://phabricator.services.mozilla.com/D201497
2024-01-18 15:38:47 +01:00
..
src Bug 1872753- handle RemoteSettings serialization to disk with kotlinx 2024-01-10 05:47:41 +00:00
build.gradle Bug 1876335 - use GRADLE_MAVEN_REPOSITORIES in more places. r=owlish,geckoview-reviewers,nalexander,tthibaud,android-reviewers 2024-01-18 15:38:47 +01:00
proguard-rules.pro Bug 1834820 - Add RemoteSettings downloader class 2023-10-16 18:42:45 +00:00
README.md Bug 1834820 - Add RemoteSettings downloader class 2023-10-16 18:42:45 +00:00

Android Components > Support > Remotesettings

This component defines and installs an application-services remotesettings package that:

  • Fetches [configuration?] data from Mozilla remote servers.

Setting up the dependency

Use Gradle to download the library from maven.mozilla.org (Setup repository):

implementation "org.mozilla.components:support-remotesettings:{latest-version}"

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/