update to 1.7.1

alexcrea 2025-01-25 02:25:13 +01:00
parent c20eb476f8
commit d249334e17

10
Home.md

@ -25,7 +25,7 @@ Make sure `mavenCentral()` is present in your Gradle repositories
<dependency>
<groupId>xyz.alexcrea</groupId>
<artifactId>CustomAnvil</artifactId>
<version>1.6.9</version>
<version>1.7.1</version>
</dependency>
```
@ -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