[androiddebugbridge] Initial contribution (#9259)

* Initial contribution

Signed-off-by: Miguel <miguelwork92@gmail.com>
This commit is contained in:
GiviMAD
2021-01-21 11:11:50 +01:00
committed by GitHub
parent bcedab8e1f
commit a693a4ed64
18 changed files with 1988 additions and 0 deletions

View File

@@ -71,6 +71,11 @@
<artifactId>org.openhab.binding.ambientweather</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.androiddebugbridge</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.binding.astro</artifactId>