From 7a200d382c89dc2cfdd8204f5d392fe1882f299a Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:21:43 +0300 Subject: [PATCH] Update README to address JCenter shutdown Added repository migration information to ensure continued library availability. Refs #7. Patch generated by qwen3.6-35b-a3b via local API. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 539c07f..31c8bb2 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ This library has below advantages than it: ## Installation -Available from [JCenter](https://bintray.com/bintray/jcenter). +Available from [Maven Central](https://repo1.maven.org/maven2/). ``` repositories { - jcenter() + mavenCentral() } ```