android client almost ready

This commit is contained in:
Senad Uka
2016-11-18 08:33:46 +01:00
parent cbeaf566b7
commit 3af4a6d24a
26 changed files with 409 additions and 17 deletions

View File

@@ -18,6 +18,12 @@ allprojects {
}
}
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}