restored repo

This commit is contained in:
Dmitry Avdeev
2017-08-10 18:18:57 +03:00
parent 39117a9a23
commit 8b76abb994
+1 -1
View File
@@ -37,7 +37,7 @@ task downloadGradleDistribution(type: Download) {
}
task downloadOfflineRepo(type: Download) {
src "http://repo.labs.intellij.net/thirdparty/android-sdk/offline_repo_repo_03.zip"
src "http://repo.labs.intellij.net/thirdparty/android-sdk/offline_repo_repo.zip"
dest "$buildDir/android-sdk/offline_repo_repo.zip"
onlyIfNewer true
onlyIf { inJetBrainsNetwork }