Grigory-Rylov / adb-facade-ddmlib

ddmlib implementation of ada-facade-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDMLIB implementation of adb-facade-core

Download

Step 1. Add the JitPack repository to your build file

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.Grigory-Rylov:adb-facade-ddmlib:$version'
	}

About

ddmlib implementation of ada-facade-core


Languages

Language:Java 70.5%Language:Kotlin 29.5%