offline_repo_repo.zip layout fixed

This commit is contained in:
Dmitry Avdeev
2017-08-09 20:18:20 +03:00
parent 36dc71acc4
commit e49174c5e6
+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_02.zip"
src "http://repo.labs.intellij.net/thirdparty/android-sdk/offline_repo_repo_03.zip"
dest "$buildDir/android-sdk/offline_repo_repo.zip"
onlyIfNewer true
onlyIf { inJetBrainsNetwork }