⬆️ Updating add-on ADB - Android Debug Bridge to ace3f36

This commit is contained in:
Community Hass.io Add-ons Bot 2021-03-17 09:13:26 +00:00
parent 1b205db5b4
commit 9a75439ee5
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/f70c331 [addon-adb]: https://github.com/hassio-addons/addon-adb/tree/ace3f36
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/f70c331/README.md [addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/ace3f36/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-f70c331-blue.svg [adb-version-shield]: https://img.shields.io/badge/version-ace3f36-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.14.0 to v5.15.0 (#48)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.14.0 to v5.15.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.14.0...fe52e97d262833ae07d05efaf1a239df3f1b5cd4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 (#46) - ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 (#46)
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.17 to v3.0.18. Bumps [actions/stale](https://github.com/actions/stale) from v3.0.17 to v3.0.18.

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-f70c331-blue.svg [release-shield]: https://img.shields.io/badge/version-ace3f36-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/f70c331 [release]: https://github.com/hassio-addons/addon-adb/tree/ace3f36

View file

@ -1,6 +1,6 @@
{ {
"name": "ADB - Android Debug Bridge", "name": "ADB - Android Debug Bridge",
"version": "f70c331", "version": "ace3f36",
"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",