⬆️ Updating add-on ADB - Android Debug Bridge to 21211df

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-15 10:57:38 +00:00
parent ce6f81d158
commit 76c562a6b6
4 changed files with 15 additions and 6 deletions

View file

@ -766,10 +766,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/0dfb7d7 [addon-adb]: https://github.com/hassio-addons/addon-adb/tree/21211df
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/0dfb7d7/README.md [addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/21211df/README.md
[adb-issue]: https://github.com/hassio-addons/addon-adb/issues [adb-issue]: https://github.com/hassio-addons/addon-adb/issues
[adb-version-shield]: https://img.shields.io/badge/version-0dfb7d7-blue.svg [adb-version-shield]: https://img.shields.io/badge/version-21211df-blue.svg
[adb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [adb-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[adb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [adb-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [adb-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,4 +1,13 @@
# Changelog since v0.7.0 # Changelog since v0.7.0
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#42)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.13.0 to v5.14.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.13.0...e5ccf147077e46b0225a80bbe314d795d77bb7a2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 (#41) - ⬆️ Bump frenck/action-addon-linter from v1.4 to v2 (#41)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.4 to v2. Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from v1.4 to v2.

View file

@ -45,5 +45,5 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-0dfb7d7-blue.svg [release-shield]: https://img.shields.io/badge/version-21211df-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/0dfb7d7 [release]: https://github.com/hassio-addons/addon-adb/tree/21211df

View file

@ -1,6 +1,6 @@
{ {
"name": "ADB - Android Debug Bridge", "name": "ADB - Android Debug Bridge",
"version": "0dfb7d7", "version": "21211df",
"slug": "adb", "slug": "adb",
"description": "The Android Debug Bridge server program", "description": "The Android Debug Bridge server program",
"url": "https://github.com/hassio-addons/addon-adb", "url": "https://github.com/hassio-addons/addon-adb",