mirror of
https://github.com/nextcloud/android-common.git
synced 2026-03-25 00:11:39 +01:00
No description
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/actions](https://redirect.github.com/gradle/actions) | action | patch | `v6.0.0` → `v6.0.1` | --- ### Release Notes <details> <summary>gradle/actions (gradle/actions)</summary> ### [`v6.0.1`](https://redirect.github.com/gradle/actions/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/gradle/actions/compare/v6.0.0...v6.0.1) The [license changes in v6](https://blog.gradle.org/github-actions-for-gradle-v6) introduced a `gradle-actions-caching` license notice that is printed in logs and in each job summary. With this release, the license notice will be muted if build-scan terms have been accepted, or if a Develocity access key is provided. #### What's Changed - Bump actions used in docs by [@​Goooler](https://redirect.github.com/Goooler) in [#​792](https://redirect.github.com/gradle/actions/pull/792) - Add typing information for use by typesafegithub by [@​bigdaz](https://redirect.github.com/bigdaz) in [#​910](https://redirect.github.com/gradle/actions/pull/910) - Mute license warning when terms are accepted by [@​bigdaz](https://redirect.github.com/bigdaz) in [#​911](https://redirect.github.com/gradle/actions/pull/911) - Mention explicit license acceptance in notice by [@​bigdaz](https://redirect.github.com/bigdaz) in [#​912](https://redirect.github.com/gradle/actions/pull/912) - Bump com.fasterxml.jackson.dataformat:jackson-dataformat-smile from 2.21.1 to 2.21.2 in /sources/test/init-scripts in the gradle group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​907](https://redirect.github.com/gradle/actions/pull/907) **Full Changelog**: <https://github.com/gradle/actions/compare/v6.0.0...v6.0.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/nextcloud/android-common). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiMy4gdG8gcmV2aWV3IiwiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
|---|---|---|
| .github/workflows | ||
| .idea | ||
| .tx | ||
| core | ||
| gradle | ||
| LICENSES | ||
| material-color-utilities | ||
| sample | ||
| scripts | ||
| ui | ||
| .editorconfig | ||
| .gitignore | ||
| build.gradle | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| gradlew.bat.license | ||
| gradlew.license | ||
| jitpack.yml | ||
| LICENSE | ||
| lint.xml | ||
| README.md | ||
| renovate.json5 | ||
| renovate.json5.license | ||
| REUSE.toml | ||
| settings.gradle | ||
Common library for Nextcloud Android clients
How to use
Add the dependency to the build.gradle file of your app, replace X.X.X with the latest available version.
implementation 'com.github.nextcloud.android-common:ui:X.X.X'
Theming
See Sample app → UiFragment for a basic usage sample.