在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mozilla-mobile/android-components开源软件地址(OpenSource Url):https://github.com/mozilla-mobile/android-components开源编程语言(OpenSource Language):Kotlin 92.6%开源软件介绍(OpenSource Introduction):Android componentsA collection of Android libraries to build browsers or browser-like applications. A fully-featured reference browser implementation based on the components can be found in the reference-browser repository. Getting InvolvedWe encourage you to participate in this open source project. We love pull requests, bug reports, ideas, (security) code reviews or any kind of positive contribution. Before you attempt to make a contribution please read the Community Participation Guidelines.
Maven repositoryAll components are getting published on maven.mozilla.org.
To use them, you need to add the following to your project's top-level build file, in the repositories {
maven {
url "https://maven.mozilla.org/maven2"
}
} Each module that uses a component needs to specify it in its build file, in the dependencies {
implementation 'org.mozilla.components:support-base:+'
} Nightly buildsNightly builds are created every day from the Components |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论