From 22a561db32b1f7a4b36cc8a3911010d22e7096c1 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 15 Aug 2022 17:46:33 +0200 Subject: [PATCH] fix version in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0a9559..7cb5e7b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ repositories { maven { url 'https://repo.lucares.org/' } } dependencies { - compile 'org.lucares:primitiveCollections:0.3.1' + compile 'org.lucares:primitiveCollections:0.3' } ```