|
11 | 11 |
|
12 | 12 | var TARGET = Argument ("t", Argument ("target", "Default"));
|
13 | 13 |
|
14 |
| -var NUGET_VERSION = "25.0.0-rc1"; |
15 |
| -var COMPONENT_VERSION = "25.0.0.0"; |
16 |
| -var AAR_VERSION = "25.0.0"; |
| 14 | +var NUGET_VERSION = "25.0.1-rc1"; |
| 15 | +var COMPONENT_VERSION = "25.0.1.0"; |
| 16 | +var AAR_VERSION = "25.0.1"; |
17 | 17 |
|
18 | 18 | // FROM: https://dl.google.com/android/repository/addon.xml
|
19 | 19 | // FROM: https://dl.google.com/android/repository/addon2-1.xml
|
20 |
| -var M2_REPOSITORY_URL = "https://dl-ssl.google.com/android/repository/android_m2repository_r39.zip"; |
21 |
| -var M2_REPOSITORY_SHA1 = "89ad37d67a1018c42be36933cec3d7712141d42c"; |
| 20 | +var M2_REPOSITORY_URL = "https://dl-ssl.google.com/android/repository/android_m2repository_r40.zip"; |
| 21 | +var M2_REPOSITORY_SHA1 = "782e7233f18c890463e8602571d304e680ce354c"; |
22 | 22 | var BUILD_TOOLS_URL = "https://dl-ssl.google.com/android/repository/build-tools_r25-macosx.zip";
|
23 |
| -var DOCS_URL = "https://dl-ssl.google.com/android/repository/docs-23_r01.zip"; |
| 23 | +//var DOCS_URL = "https://dl-ssl.google.com/android/repository/docs-23_r01.zip"; |
24 | 24 | var ANDROID_SDK_VERSION = IsRunningOnWindows () ? "v7.0" : "android-24";
|
25 | 25 | var RENDERSCRIPT_FOLDER = "android-7.1.1";
|
26 | 26 |
|
@@ -229,11 +229,12 @@ Task ("externals")
|
229 | 229 | MoveFile (implFile, path + aarDir + "/libs/internal_impl.jar");
|
230 | 230 | }
|
231 | 231 |
|
232 |
| - // Get android docs |
233 |
| - if (!FileExists (path + "docs.zip")) { |
234 |
| - DownloadFile (DOCS_URL, path + "docs.zip"); |
235 |
| - Unzip (path + "docs.zip", path); |
236 |
| - } |
| 232 | + // We get docs a different way now |
| 233 | + // // Get android docs |
| 234 | + // if (!FileExists (path + "docs.zip")) { |
| 235 | + // DownloadFile (DOCS_URL, path + "docs.zip"); |
| 236 | + // Unzip (path + "docs.zip", path); |
| 237 | + // } |
237 | 238 |
|
238 | 239 | // Get Renderscript
|
239 | 240 | if (!FileExists (path + "buildtools.zip"))
|
|
0 commit comments