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

Commit 2957fff

Browse files
committed
Diff against 27.0.2
1 parent 9bdbd4b commit 2957fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var REFERENCE_DOCS_URL = "https://developer.android.com/reference/";
6868
var REFERENCE_DOCS_PACKAGELIST_URL = REFERENCE_DOCS_URL + "android/support/package-list";
6969

7070
// 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-
var BASE_API_INFO_URL = EnvironmentVariable("MONO_API_INFO_XML_URL") ?? "https://github.com/xamarin/AndroidSupportComponents/releases/download/26.1.0/api-info.xml";
71+
var BASE_API_INFO_URL = EnvironmentVariable("MONO_API_INFO_XML_URL") ?? "https://github.com/xamarin/AndroidSupportComponents/releases/download/27.0.2/api-info.xml";
7272

7373
var CPU_COUNT = 1;
7474
var USE_MSBUILD_ON_MAC = true;

0 commit comments

Comments
 (0)