This repository was archived by the owner on Jun 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11static class __SupportConsts {
2- public const string Url = "https://dl-ssl.google.com/android/repository/android_m2repository_r31 .zip" ;
2+ public const string Url = "https://dl-ssl.google.com/android/repository/android_m2repository_r32 .zip" ;
33 public const string Version = "23.4.0.0" ;
44 public const string AarVersion = "23.4.0" ;
55}
Original file line number Diff line number Diff line change 88
99var TARGET = Argument ( "t" , Argument ( "target" , "Default" ) ) ;
1010
11- var NUGET_VERSION = "23.4.0-beta1 " ;
11+ var NUGET_VERSION = "23.4.0" ;
1212var COMPONENT_VERSION = "23.4.0" ;
1313var AAR_VERSION = "23.4.0" ;
1414
1515// FROM: https://dl.google.com/android/repository/addon.xml
16- var M2_REPOSITORY_URL = "https: //dl-ssl.google.com/android/repository/android_m2repository_r31 .zip";
16+ var M2_REPOSITORY_URL = "https: //dl-ssl.google.com/android/repository/android_m2repository_r32 .zip";
1717var BUILD_TOOLS_URL = "https: //dl-ssl.google.com/android/repository/build-tools_r23-macosx.zip";
1818var DOCS_URL = "https: //dl-ssl.google.com/android/repository/docs-23_r01.zip";
1919
You can’t perform that action at this time.
0 commit comments