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

Commit e61dea4

Browse files
committed
Use newer maven repo for same version
1 parent a6f4f9e commit e61dea4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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)