refactor: use lazysodium version on maven central instead of bintray (no longer available)

This commit is contained in:
Harris
2021-05-19 15:12:35 +10:00
parent 984add5d09
commit 99e6382f2e
9 changed files with 29 additions and 37 deletions

View File

@@ -40,15 +40,9 @@ allprojects {
}
}
maven {
url 'https://dl.bintray.com/amulyakhare/maven'
url "https://repo1.maven.org/maven2/com/goterl/lazysodium-android"
content {
includeGroupByRegex "com\\.amulyakhare.*"
}
}
maven {
url "https://dl.bintray.com/terl/lazysodium-maven"
content {
includeGroupByRegex "com\\.goterl\\.lazycode.*"
includeGroupByRegex "com\\.goterl.*"
}
}
jcenter()