Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 004c5fc

Browse files
committed
Link to androidx javadocs
1 parent bc51e7a commit 004c5fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.cake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ var NUGET_PRE = "";
3131
// FROM: https://dl.google.com/android/repository/addon2-1.xml
3232
var BUILD_TOOLS_URL = "https://dl-ssl.google.com/android/repository/build-tools_r28-macosx.zip";
3333
var ANDROID_SDK_VERSION = "v9.0";
34-
var RENDERSCRIPT_FOLDER = "android-8.1.0";
3534
var TF_MONIKER = "monoandroid90";
3635

37-
var REF_DOCS_URL = "https://bosstoragemirror.blob.core.windows.net/android-docs-scraper/ea/ea65204c51cf20873c17c32584f3b12ed390ac55/android-support.zip";
36+
var REF_DOCS_URL = "https://bosstoragemirror.blob.core.windows.net/android-docs-scraper/a7/a712886a8b4ee709f32d51823223039883d38734/androidx.zip";
3837

3938
// 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
4039
var BASE_API_INFO_URL = EnvironmentVariable("MONO_API_INFO_XML_URL") ?? "https://github.com/xamarin/AndroidSupportComponents/releases/download/28.0.0.1/api-info.xml";

0 commit comments

Comments
 (0)