This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ LogSystemInfo ();
15
15
16
16
var TARGET = Argument ( "t ", Argument ( "target", "Default") ) ;
17
17
18
- var NUGET_VERSION = "25.1 .0 ";
19
- var COMPONENT_VERSION = "25.1 .0 .0 ";
20
- var AAR_VERSION = "25.1 .0 ";
18
+ var NUGET_VERSION = "25.1 .1 ";
19
+ var COMPONENT_VERSION = "25.1 .1 .0 ";
20
+ var AAR_VERSION = "25.1 .1 ";
21
21
22
22
// FROM: https://dl.google.com/android/repository/addon.xml
23
23
// FROM: https://dl.google.com/android/repository/addon2-1.xml
24
- var M2_REPOSITORY_URL = "https: //dl-ssl.google.com/android/repository/android_m2repository_r41 .zip";
25
- var M2_REPOSITORY_SHA1 = "782e7233f 18 c890463e8602571d304e680ce354c ";
24
+ var M2_REPOSITORY_URL = "https: //dl-ssl.google.com/android/repository/android_m2repository_r42 .zip";
25
+ var M2_REPOSITORY_SHA1 = "175 c56e2e2aa6fec560430318f56ed98eaeaea04 ";
26
26
var BUILD_TOOLS_URL = "https: //dl-ssl.google.com/android/repository/build-tools_r25-macosx.zip";
27
27
//var DOCS_URL = "https://dl-ssl.google.com/android/repository/docs-23_r01.zip";
28
28
var ANDROID_SDK_VERSION = IsRunningOnWindows ( ) ? "v7.0 " : "android- 24 ";
You can’t perform that action at this time.
0 commit comments