[add] added simple yml parsing

This commit is contained in:
2020-01-29 01:19:10 -06:00
parent d1357ac099
commit feb31da347
3 changed files with 31 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ repositories {
// Use jcenter for resolving dependencies.
// You can declare any Maven/Ivy/file repository here.
jcenter()
maven {
url = uri("http://oss.sonatype.org/content/groups/public/")
}
}
dependencies {