0.5.0 - Browse + Library Screen + Settings
This commit is contained in:
parent
17fa0973b8
commit
090d5fc003
117 changed files with 5648 additions and 210 deletions
|
|
@ -3,6 +3,9 @@ pluginManagement {
|
|||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven {
|
||||
url = uri("https://github.com/psiegman/mvn-repo/raw/master/releases")
|
||||
}
|
||||
}
|
||||
}
|
||||
dependencyResolutionManagement {
|
||||
|
|
@ -10,6 +13,9 @@ dependencyResolutionManagement {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url = uri("https://github.com/psiegman/mvn-repo/raw/master/releases")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue