add secret-sharing-wrapper to build.gradle (WIP)

This commit is contained in:
ameba23
2021-02-26 10:57:27 +01:00
parent ff4640b789
commit c991cfb926
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ allprojects {
jcenter()
mavenLocal()
google()
maven { url 'https://mvn.darkcrystal.pw' }
maven { url "https://jitpack.io" }
}
afterEvaluate {