Fix a bunch of lint warning

This commit is contained in:
CappielloAntonio 2021-08-14 17:06:49 +02:00
parent 9c661bd283
commit a49626aa43
7 changed files with 34 additions and 24 deletions

View file

@ -2,6 +2,7 @@
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
@ -16,13 +17,14 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven {
url 'https://jitpack.io'
}
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
jcenter()
}
}