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

Commit 0b84d65

Browse files
authoredJun 21, 2018
Merge branch 'master' into 27.0.2.1
2 parents 8c690f3 + e15142b commit 0b84d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#tool nuget:?package=Microsoft.DotNet.BuildTools.GenAPI&version=1.0.0-beta-00081
66
#tool nuget:?package=NUnit.Runners&version=2.6.4
77
#tool nuget:?package=Paket
8+
#tool nuget:?package=vswhere
89

910
// Cake Addins
1011
#addin nuget:?package=Cake.FileHelpers&version=3.0.0
@@ -54,7 +55,6 @@ var ARCH_LIFECYCLE_EXTENSIONS_NUGET_VERSION = "1.0.0.1" + NUGET_PRE;
5455

5556
var DOC_VERSION = "2017-12-18";
5657

57-
5858
var SUPPORT_PKG_NAME = "com.android.support";
5959
var ARCH_LIFECYCLE_PKG_NAME = "android.arch.lifecycle";
6060
var ARCH_CORE_PKG_NAME = "android.arch.core";

0 commit comments

Comments
 (0)
This repository has been archived.