Skip to content

Commit

Permalink
update README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Apr 30, 2022
1 parent 487a2a0 commit b897ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
#### < Gradle 7

```groovy
compile 'be.zvz:KotlinInside:1.14.0'
compile 'be.zvz:KotlinInside:1.14.1'
```

#### Gradle 7+

```groovy
implementation 'be.zvz:KotlinInside:1.14.0'
implementation 'be.zvz:KotlinInside:1.14.1'
```

### Maven
Expand All @@ -25,7 +25,7 @@ implementation 'be.zvz:KotlinInside:1.14.0'
<dependency>
<groupId>be.zvz</groupId>
<artifactId>KotlinInside</artifactId>
<version>1.14.0</version>
<version>1.14.1</version>
</dependency>
```

Expand Down

0 comments on commit b897ac7

Please sign in to comment.