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

Commit aa9f421

Browse files
committed
Bump version
1 parent 357586f commit aa9f421

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build.cake

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LogSystemInfo ();
1717
var TARGET = Argument ("t", Argument ("target", "Default"));
1818
var BUILD_CONFIG = Argument ("config", "Release");
1919

20-
var NUGET_VERSION = "25.4.0.1";
20+
var NUGET_VERSION = "25.4.0.2";
2121
var COMPONENT_VERSION = "25.4.0.0";
2222
var AAR_VERSION = "25.4.0";
2323
var XBD_VERSION = "0.4.6";
@@ -31,7 +31,7 @@ var ANDROID_SDK_VERSION = IsRunningOnWindows () ? "v7.1" : "android-25";
3131
var RENDERSCRIPT_FOLDER = "android-O";
3232

3333
// 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
34-
var BASE_API_INFO_URL = "https://github.com/xamarin/AndroidSupportComponents/releases/download/25.3.1/api-info.xml";
34+
var BASE_API_INFO_URL = "https://github.com/xamarin/AndroidSupportComponents/releases/download/25.4.0.1/api-info.xml";
3535

3636
var CPU_COUNT = System.Environment.ProcessorCount;
3737
var USE_MSBUILD_ON_MAC = true;

0 commit comments

Comments
 (0)