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

Commit 298a56c

Browse files
committed
Update render script dependency
1 parent d17c2ab commit 298a56c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ var AAR_VERSION = "25.0.0";
1919
// FROM: https://dl.google.com/android/repository/addon2-1.xml
2020
var M2_REPOSITORY_URL = "https://dl-ssl.google.com/android/repository/android_m2repository_r39.zip";
2121
var M2_REPOSITORY_SHA1 = "89ad37d67a1018c42be36933cec3d7712141d42c";
22-
var BUILD_TOOLS_URL = "https://dl-ssl.google.com/android/repository/build-tools_r24-macosx.zip";
22+
var BUILD_TOOLS_URL = "https://dl-ssl.google.com/android/repository/build-tools_r25-macosx.zip";
2323
var DOCS_URL = "https://dl-ssl.google.com/android/repository/docs-23_r01.zip";
2424
var ANDROID_SDK_VERSION = IsRunningOnWindows () ? "v7.0" : "android-24";
25-
var RENDERSCRIPT_FOLDER = "android-N";
25+
var RENDERSCRIPT_FOLDER = "android-7.1.1";
2626

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

0 commit comments

Comments
 (0)