Hive with all of the android drones
Companion repository for drone
create a file with the hive/repository
.json
file: hive/repository
.json
{
"name": "repository",
"description": "description",
"homepage": "homepage",
"dependencies": [
{
"dependency": "com.username.library:library",
"compileType": "implementation"
}
],
"repository": {
"server": "jcenter",
"url": "repository_url"
},
"author": {
"name": "author",
"webpage": "https://github.com/author"
}
}
file: hive/retrofit
.json
{
"name": "retrofit",
"description": "Type-safe HTTP client for Android and Java by Square, Inc.",
"homepage": "https://github.com/square/retrofit",
"dependencies": [
{
"dependency": "com.squareup.retrofit2:retrofit",
"compileType": "implementation"
}
],
"repository": {
"server": "maven"
},
"author": {
"name": "square",
"webpage": "https://github.com/square/"
}
}
MIT © Cesar Ferreira