http -> https

This commit is contained in:
Jared 2020-05-06 16:35:38 +02:00 committed by GitHub
parent dc1144812a
commit 08fd683757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ To use CarryOn in your projects, include this in your build.gradle:
```
repositories {
maven {
url "http://maven.blamejared.com/"
url "https://maven.blamejared.com/"
}
}