fix(android/app): Add mavenCentral()

This commit is contained in:
Darcy Wong 2021-05-18 15:18:10 +07:00
parent bc802341bb
commit 695ee6fde4

View file

@ -20,6 +20,7 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://jitpack.io" }
}
}