mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-24 16:17:26 +00:00
refactor: use lazysodium version on maven central instead of bintray (no longer available)
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -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()
|
||||
|
Reference in New Issue
Block a user