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

Commit 59c3563

Browse files
committed
Update api-info.xml url to latest release...
New builds should API-DIFF based on this latest stable release.
1 parent 511fed6 commit 59c3563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var ANDROID_SDK_VERSION = IsRunningOnWindows () ? "v7.0" : "android-24";
2424
var RENDERSCRIPT_FOLDER = "android-N";
2525

2626
// 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
27-
var BASE_API_INFO_URL = "https://github.com/xamarin/AndroidSupportComponents/releases/download/23.4.0.1/api-info.xml";
27+
var BASE_API_INFO_URL = "https://github.com/xamarin/AndroidSupportComponents/releases/download/24.2.1/api-info.xml";
2828

2929
var AAR_DIRS = new [] {
3030
"support-v4", "support-v13", "appcompat-v7", "gridlayout-v7", "mediarouter-v7", "recyclerview-v7",

0 commit comments

Comments
 (0)