From 27aee142e75f5b95cf45a72e3d7045ad3553de07 Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:30:31 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index e920305..31bd7ec 100644 --- a/Home.md +++ b/Home.md @@ -25,7 +25,7 @@ Make sure `mavenCentral()` is present in your Gradle repositories xyz.alexcrea CustomAnvil - 1.5.4 + 1.6.0 ``` @@ -35,12 +35,12 @@ Make sure `mavenCentral()` is present in your Gradle repositories ### Gradle dependency (Groovy) ```groovy dependencies { - implementation 'xyz.alexcrea:CustomAnvil:1.5.4' + implementation 'xyz.alexcrea:CustomAnvil:1.6.0' } ``` for easy copy paste: ```groovy -implementation 'xyz.alexcrea:CustomAnvil:1.5.4' +implementation 'xyz.alexcrea:CustomAnvil:1.6.0' ``` *** @@ -48,12 +48,12 @@ implementation 'xyz.alexcrea:CustomAnvil:1.5.4' ### Gradle dependency (Kotlin) ```kotlin dependencies { - implementation("xyz.alexcrea:CustomAnvil:1.5.4") + implementation("xyz.alexcrea:CustomAnvil:1.6.0") } ``` for easy copy paste: ```kotlin -implementation("xyz.alexcrea:CustomAnvil:1.5.4") +implementation("xyz.alexcrea:CustomAnvil:1.6.0") ``` ## Complementary information