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 +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
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_r29 .zip" ;
3- public const string Version = "23.3 .0.0" ;
4- public const string AarVersion = "23.3 .0" ;
2+ public const string Url = "https://dl-ssl.google.com/android/repository/android_m2repository_r31 .zip" ;
3+ public const string Version = "23.4 .0.0" ;
4+ 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.3 .0-beta1" ;
12- var COMPONENT_VERSION = "23.3 .0" ;
13- var AAR_VERSION = "23.3 .0" ;
11+ var NUGET_VERSION = "23.4 .0-beta1" ;
12+ var COMPONENT_VERSION = "23.4 .0" ;
13+ var 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_r29 .zip";
16+ var M2_REPOSITORY_URL = "https: //dl-ssl.google.com/android/repository/android_m2repository_r31 .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