From 5b2bd06b45f2cd8792f961c0fa3491ff11abc36e Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Sat, 9 Sep 2023 13:07:40 +0200 Subject: [PATCH] fix snapshot repo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58ae4db..6b6bfd3 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Add the snapshot repository and dependency to your `build.gradle`: ```groovy repositories { - maven { url "https://os1.oss.sonatype.org/content/repositories/snapshots" } + maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots" } // ... } // ...