Fix wrong jitpack.io repository url in test project

This commit is contained in:
Yahor Berdnikau
2022-09-28 14:34:54 +02:00
parent 72e671c8f1
commit 1967c49914
@@ -15,6 +15,6 @@ allprojects {
mavenLocal()
google()
mavenCentral()
maven { url "https://www.jitpack.io" }
maven { url "https://jitpack.io" }
}
}
}