Download Android core over HTTPS

This commit is contained in:
Scott Kyle 2016-03-23 15:55:16 -07:00
parent 4b6d59f949
commit 4feea0ad6f

View File

@ -60,7 +60,7 @@ task downloadJSCHeaders(type: Download) {
}
task downloadRealmCore(type: Download) {
src "http://static.realm.io/downloads/core/realm-core-android-${project.coreVersion}.tar.gz"
src "https://static.realm.io/downloads/core/realm-core-android-${project.coreVersion}.tar.gz"
onlyIfNewer true
overwrite false
dest new File(downloadsDir, "realm-core-android-${project.coreVersion}.tar.gz")