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

Commit 38a4ebc

Browse files
committed
Merge pull request #3 from Redth/v23.4.0
V23.4.0
2 parents a6f4f9e + c3dffa1 commit 38a4ebc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SupportConsts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
static class __SupportConsts {
2-
public const string Url = "https://dl-ssl.google.com/android/repository/android_m2repository_r31.zip";
2+
public const string Url = "https://dl-ssl.google.com/android/repository/android_m2repository_r32.zip";
33
public const string Version = "23.4.0.0";
44
public const string AarVersion = "23.4.0";
55
}

build.cake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
var TARGET = Argument ("t", Argument ("target", "Default"));
1010

11-
var NUGET_VERSION = "23.4.0-beta1";
11+
var NUGET_VERSION = "23.4.0";
1212
var COMPONENT_VERSION = "23.4.0";
1313
var AAR_VERSION = "23.4.0";
1414

1515
// FROM: https://dl.google.com/android/repository/addon.xml
16-
var M2_REPOSITORY_URL = "https://dl-ssl.google.com/android/repository/android_m2repository_r31.zip";
16+
var M2_REPOSITORY_URL = "https://dl-ssl.google.com/android/repository/android_m2repository_r32.zip";
1717
var BUILD_TOOLS_URL = "https://dl-ssl.google.com/android/repository/build-tools_r23-macosx.zip";
1818
var DOCS_URL = "https://dl-ssl.google.com/android/repository/docs-23_r01.zip";
1919

0 commit comments

Comments
 (0)