You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: build.cake
+1-32Lines changed: 1 addition & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@ var MAVEN_REPO_URL = "https://dl.google.com/dl/android/maven2/";
64
64
var BUILD_TOOLS_URL="https://dl-ssl.google.com/android/repository/build-tools_r27-macosx.zip";
65
65
var ANDROID_SDK_VERSION =IsRunningOnWindows()?"v8.0":"android-26";
66
66
var RENDERSCRIPT_FOLDER ="android-8.1.0";
67
-
var REFERENCE_DOCS_URL ="https://developer.android.com/reference/";
68
-
var REFERENCE_DOCS_PACKAGELIST_URL = REFERENCE_DOCS_URL +"android/support/package-list";
69
67
70
68
// We grab the previous release's api-info.xml to use as a comparison for this build's generated info to make an api-diff
71
69
var BASE_API_INFO_URL =EnvironmentVariable("MONO_API_INFO_XML_URL")??"https://github.com/xamarin/AndroidSupportComponents/releases/download/27.0.2/api-info.xml";
0 commit comments