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

Commit aa10682

Browse files
committed
Build with Mono.Android api 26
This is really used only for type resolution for merging assemblies, but we don’t have api 27 support yet for Mono.Android 27, so stick with 26 for now.
1 parent ab89f53 commit aa10682

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
@@ -27,7 +27,7 @@ var ARCH_CORE_PKG_NAME = "android.arch.core";
2727
// FROM: https://dl.google.com/android/repository/addon2-1.xml
2828
var MAVEN_REPO_URL = "https://dl.google.com/dl/android/maven2/";
2929
var BUILD_TOOLS_URL = "https://dl-ssl.google.com/android/repository/build-tools_r27-macosx.zip";
30-
var ANDROID_SDK_VERSION = IsRunningOnWindows () ? "v8.1" : "android-27";
30+
var ANDROID_SDK_VERSION = IsRunningOnWindows () ? "v8.0" : "android-26";
3131
var RENDERSCRIPT_FOLDER = "android-8.1.0";
3232
var REFERENCE_DOCS_URL = "https://developer.android.com/reference/";
3333
var REFERENCE_DOCS_PACKAGELIST_URL = REFERENCE_DOCS_URL + "android/support/package-list";

0 commit comments

Comments
 (0)