⬆️ Updating add-on ADB - Android Debug Bridge to 3d4a364

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-04 21:17:27 +00:00
parent 5e6ea3e7c9
commit 20d5045c4f
4 changed files with 7 additions and 6 deletions

View file

@ -752,10 +752,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
SOFTWARE.
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/b18e366
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/b18e366/README.md
[addon-adb]: https://github.com/hassio-addons/addon-adb/tree/3d4a364
[addon-doc-adb]: https://github.com/hassio-addons/addon-adb/blob/3d4a364/README.md
[adb-issue]: https://github.com/hassio-addons/addon-adb/issues
[adb-version-shield]: https://img.shields.io/badge/version-b18e366-blue.svg
[adb-version-shield]: https://img.shields.io/badge/version-3d4a364-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg

View file

@ -1,4 +1,5 @@
# Changelog since v0.7.0
- ⬆️ Upgrades add-on base image to v6.1.4 (#50)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#49)
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0.

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]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-b18e366-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/b18e366
[release-shield]: https://img.shields.io/badge/version-3d4a364-blue.svg
[release]: https://github.com/hassio-addons/addon-adb/tree/3d4a364

View file

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