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

Commit 216bc78

Browse files
committed
Revert to docs-23
DroidDocs parsing is broken on docs-24+, so moving back to 23 to make things compile more cleanly. Will be investigating using different doc sources
1 parent e49b317 commit 216bc78

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
@@ -19,7 +19,7 @@ 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 BUILD_TOOLS_URL = "https://dl-ssl.google.com/android/repository/build-tools_r24-macosx.zip";
22-
var DOCS_URL = "https://dl-ssl.google.com/android/repository/docs-24_r01.zip";
22+
var DOCS_URL = "https://dl-ssl.google.com/android/repository/docs-23_r01.zip";
2323
var ANDROID_SDK_VERSION = IsRunningOnWindows () ? "v7.0" : "android-24";
2424
var RENDERSCRIPT_FOLDER = "android-N";
2525

0 commit comments

Comments
 (0)