From e95a3c550f5676310430cafedc450de65eef6cf7 Mon Sep 17 00:00:00 2001 From: Jheng-Hao Lin Date: Thu, 4 Apr 2024 12:19:25 +0100 Subject: [PATCH] Release 4.2.2 - update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3f186efc..07580bb7 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Add JitPack repository to the project level `build.gradle` file: allprojects { repositories { maven { url 'https://jitpack.io' } + maven { url 'https://maven.fpregistry.io/releases' } } } ```