Jcenter URL update

- Updating the JCenter repository url as it has now moved from http to https
This commit is contained in:
Dhawal Kapil 2020-02-01 20:24:02 +05:30
parent d0225e59ce
commit 5035a311dd
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<repositories>
<repository>
<id>jcenter</id>
<url>http://jcenter.bintray.com</url>
<url>https://jcenter.bintray.com</url>
</repository>
<repository>
<id>kotlin-ktor</id>