1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-08-11 17:21:32 +02:00

fix jitpack cause it's shitting out ()

fix jitpack shitting out
This commit is contained in:
MCAxiaz
2019-10-12 22:09:58 -07:00
committed by arkon
parent 86e53e08de
commit b60b26bbd0

@@ -19,7 +19,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
google() google()
maven { url "https://jitpack.io" } maven { url "https://www.jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
jcenter() jcenter()
} }