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

Commit 95d680f

Browse files
committed
Update build script to use latest stable api info
1 parent d396f46 commit 95d680f

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
@@ -29,7 +29,7 @@ var ANDROID_SDK_VERSION = IsRunningOnWindows () ? "v7.0" : "android-24";
2929
var RENDERSCRIPT_FOLDER = "android-7.1.1";
3030

3131
// 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
32-
var BASE_API_INFO_URL = "https://github.com/xamarin/AndroidSupportComponents/releases/download/24.2.1/api-info.xml";
32+
var BASE_API_INFO_URL = "https://github.com/xamarin/AndroidSupportComponents/releases/download/25.1.0/api-info.xml";
3333

3434
var CPU_COUNT = System.Environment.ProcessorCount;
3535

0 commit comments

Comments
 (0)