Skip to content

Commit

Permalink
updated versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
msmolyakov authored Aug 18, 2019
1 parent 6772dc6 commit da5f125
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 @@ -48,20 +48,20 @@ Or add Paddle as dependency to your existing project.
<dependency>
<groupId>im.mak</groupId>
<artifactId>paddle</artifactId>
<version>0.1</version>
<version>0.2</version>
</dependency>
```

#### Gradle

Groovy DSL:
```groovy
implementation 'im.mak:paddle:0.1'
implementation 'im.mak:paddle:0.2'
```

Kotlin DSL:
```kotlin
compile("im.mak:paddle:0.1")
compile("im.mak:paddle:0.2")
```

### Simple usage
Expand Down

0 comments on commit da5f125

Please sign in to comment.