Merge pull request #237 from jaredlll08/1.12

http -> https
This commit is contained in:
Tschipp 2020-05-06 20:39:29 +02:00 committed by GitHub
commit cc03c7f687
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/"
}
}