From d249334e174e0f81a5e020b2830607b05d4c490e Mon Sep 17 00:00:00 2001 From: alexcrea <42614139+alexcrea@users.noreply.github.com> Date: Sat, 25 Jan 2025 02:25:13 +0100 Subject: [PATCH] update to 1.7.1 --- Home.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Home.md b/Home.md index 963e181..c20589e 100644 --- a/Home.md +++ b/Home.md @@ -25,7 +25,7 @@ Make sure `mavenCentral()` is present in your Gradle repositories xyz.alexcrea CustomAnvil - 1.6.9 + 1.7.1 ``` @@ -35,12 +35,12 @@ Make sure `mavenCentral()` is present in your Gradle repositories ### Gradle dependency (Groovy) ```groovy dependencies { - implementation 'xyz.alexcrea:CustomAnvil:1.6.9' + implementation 'xyz.alexcrea:CustomAnvil:1.7.1' } ``` for easy copy paste: ```groovy -implementation 'xyz.alexcrea:CustomAnvil:1.6.9' +implementation 'xyz.alexcrea:CustomAnvil:1.7.1' ``` *** @@ -48,12 +48,12 @@ implementation 'xyz.alexcrea:CustomAnvil:1.6.9' ### Gradle dependency (Kotlin) ```kotlin dependencies { - implementation("xyz.alexcrea:CustomAnvil:1.6.9") + implementation("xyz.alexcrea:CustomAnvil:1.7.1") } ``` for easy copy paste: ```kotlin -implementation("xyz.alexcrea:CustomAnvil:1.6.9") +implementation("xyz.alexcrea:CustomAnvil:1.7.1") ``` ## Complementary information