mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Updated Home (markdown)
parent
6233caad9e
commit
c54507cb48
1 changed files with 9 additions and 1 deletions
10
Home.md
10
Home.md
|
|
@ -33,13 +33,21 @@ dependencies {
|
||||||
implementation 'xyz.alexcrea:CustomAnvil:1.5.2'
|
implementation 'xyz.alexcrea:CustomAnvil:1.5.2'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
for easy copy paste:
|
||||||
|
```groovy
|
||||||
|
implementation 'xyz.alexcrea:CustomAnvil:1.5.2'
|
||||||
|
```
|
||||||
|
|
||||||
### Gradle dependency (Kotlin)
|
### Gradle dependency (Kotlin)
|
||||||
```groovy
|
```kotlin
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("xyz.alexcrea:CustomAnvil:1.5.2")
|
implementation("xyz.alexcrea:CustomAnvil:1.5.2")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
for easy copy paste:
|
||||||
|
```kotlin
|
||||||
|
implementation("xyz.alexcrea:CustomAnvil:1.5.2")
|
||||||
|
```
|
||||||
|
|
||||||
## Complementary information
|
## Complementary information
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue