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

Commit 06f5558

Browse files
committed
Bump nuget package version
1 parent bf603cf commit 06f5558

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.cake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111

1212
var TARGET = Argument ("t", Argument ("target", "Default"));
1313

14-
var NUGET_VERSION = "24.2.1-alpha1";
14+
var NUGET_VERSION = "24.2.1-beta1";
1515
var COMPONENT_VERSION = "24.2.1.0";
1616
var AAR_VERSION = "24.2.1";
1717

1818
// FROM: https://dl.google.com/android/repository/addon.xml
19+
// FROM: https://dl.google.com/android/repository/addon2-1.xml
1920
var M2_REPOSITORY_URL = "https://dl-ssl.google.com/android/repository/android_m2repository_r38.zip";
2021
var BUILD_TOOLS_URL = "https://dl-ssl.google.com/android/repository/build-tools_r24-macosx.zip";
2122
var DOCS_URL = "https://dl-ssl.google.com/android/repository/docs-23_r01.zip";

0 commit comments

Comments
 (0)