Update maven endpoint for sqlcipher.
This commit is contained in:
parent
558051086e
commit
fddc6bcd5f
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ apply from: 'static-ips.gradle'
|
|||
|
||||
repositories {
|
||||
maven {
|
||||
url "https://raw.github.com/signalapp/maven/master/sqlcipher/release/"
|
||||
url "https://raw.githubusercontent.com/signalapp/maven/master/sqlcipher/release/"
|
||||
content {
|
||||
includeGroupByRegex "org\\.signal.*"
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ plugins {
|
|||
|
||||
repositories {
|
||||
maven {
|
||||
url "https://raw.github.com/signalapp/maven/master/sqlcipher/release/"
|
||||
url "https://raw.githubusercontent.com/signalapp/maven/master/sqlcipher/release/"
|
||||
content {
|
||||
includeGroupByRegex "org\\.signal.*"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue