Update maven endpoint for sqlcipher.

This commit is contained in:
Greyson Parrelli 2022-12-15 12:53:46 -05:00 committed by Nicholas Tinsley
parent 558051086e
commit fddc6bcd5f
2 changed files with 2 additions and 2 deletions

View file

@ -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.*"
}

View file

@ -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.*"
}