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

Commit cc9c0cc

Browse files
committed
Bump to v25.1.1
1 parent 080a7fc commit cc9c0cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.cake

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ LogSystemInfo ();
1515

1616
var TARGET = Argument ("t", Argument ("target", "Default"));
1717

18-
var NUGET_VERSION = "25.1.0";
19-
var COMPONENT_VERSION = "25.1.0.0";
20-
var AAR_VERSION = "25.1.0";
18+
var NUGET_VERSION = "25.1.1";
19+
var COMPONENT_VERSION = "25.1.1.0";
20+
var AAR_VERSION = "25.1.1";
2121

2222
// FROM: https://dl.google.com/android/repository/addon.xml
2323
// FROM: https://dl.google.com/android/repository/addon2-1.xml
24-
var M2_REPOSITORY_URL = "https://dl-ssl.google.com/android/repository/android_m2repository_r41.zip";
25-
var M2_REPOSITORY_SHA1 = "782e7233f18c890463e8602571d304e680ce354c";
24+
var M2_REPOSITORY_URL = "https://dl-ssl.google.com/android/repository/android_m2repository_r42.zip";
25+
var M2_REPOSITORY_SHA1 = "175c56e2e2aa6fec560430318f56ed98eaeaea04";
2626
var BUILD_TOOLS_URL = "https://dl-ssl.google.com/android/repository/build-tools_r25-macosx.zip";
2727
//var DOCS_URL = "https://dl-ssl.google.com/android/repository/docs-23_r01.zip";
2828
var ANDROID_SDK_VERSION = IsRunningOnWindows () ? "v7.0" : "android-24";

0 commit comments

Comments
 (0)