Repository URL to install this package:
|
Version:
0.0.2 ▾
|
def PDRONE_MAVEN_URL = "https://pdrone.vipera.com//maven/af2ce13b-360b-47a2-b2c5-05b6d2e6db1c"
buildscript {
repositories {
jcenter()
mavenLocal()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
}
}
allprojects {
repositories {
jcenter()
mavenCentral()
maven {
/*credentials {
username 'user'
password 'password'
}*/
url(PDRONE_MAVEN_URL)
}
}
}
dependencies {
compile ('com.vipera.de:deutility:0.1.0'){}
}