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

Commit f55d996

Browse files
committed
Bump versions for 23.4.0 update
1 parent 7cdfa51 commit f55d996

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

SupportConsts.cs

Lines changed: 3 additions & 3 deletions
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_r29.zip";
3-
public const string Version = "23.3.0.0";
4-
public const string AarVersion = "23.3.0";
2+
public const string Url = "https://dl-ssl.google.com/android/repository/android_m2repository_r31.zip";
3+
public const string Version = "23.4.0.0";
4+
public const string AarVersion = "23.4.0";
55
}

build.cake

Lines changed: 4 additions & 4 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.3.0-beta1";
12-
var COMPONENT_VERSION = "23.3.0";
13-
var AAR_VERSION = "23.3.0";
11+
var NUGET_VERSION = "23.4.0-beta1";
12+
var COMPONENT_VERSION = "23.4.0";
13+
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_r29.zip";
16+
var M2_REPOSITORY_URL = "https://dl-ssl.google.com/android/repository/android_m2repository_r31.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)