LicensesDialog
LicensesDialog copied to clipboard
LicensesDialog is an open source library to display licenses of third-party libraries in an Android app.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/PSDev/LicensesDialog). ## Config Migration Needed - [ ]...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.android.tools.build:gradle](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `4.2.1` -> `8.13.2` |  |  | --- ###...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | minor | `7.0.2` -> `7.6.6` | --- ### Release Notes gradle/gradle (gradle)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.android.tools.build:gradle](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `4.2.1` -> `4.2.2` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.sonarsource.scanner.gradle:sonarqube-gradle-plugin](http://redirect.sonarsource.com/doc/gradle.html) ([source](https://togithub.com/SonarSource/sonar-scanner-gradle)) | `3.2.0` -> `3.3` |...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.robolectric:robolectric](https://robolectric.org) ([source](https://redirect.github.com/robolectric/robolectric)) | `4.5.1` -> `4.16` |  |  | --- ###...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [androidx.test:core](https://developer.android.com/testing) | `1.3.0` -> `1.7.0` |  |  | --- ### Configuration...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [androidx.appcompat:appcompat](https://developer.android.com/jetpack/androidx/releases/appcompat#1.7.1) ([source](https://cs.android.com/androidx/platform/frameworks/support)) | `1.2.0` -> `1.7.1` |  |  | --- ###...
Or generally for any kind of styling
Currently, the sample app has a light style by default by using Theme.AppCompat.DayNight.DarkActionBar, instead, we can provide full support of dark mode in the sample application. It also shows how...