mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-23 11:48:17 +00:00
Download Android core over HTTPS
This commit is contained in:
parent
4b6d59f949
commit
4feea0ad6f
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user