Fixed images not loading

This commit is contained in:
tom5079
2022-01-02 09:08:53 +09:00
parent ed97773f24
commit 37cd99731c
8 changed files with 25 additions and 42 deletions

View File

@@ -25,6 +25,7 @@ allprojects {
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
maven { url "https://guardian.github.io/maven/repo-releases/" }
}
}