Skip to content

Commit

Permalink
update README for 2.1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smirnov committed Jul 10, 2019
1 parent b13379e commit 482a7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ You can add next maven dependency in your project:

You may also need to add the following to your `project/build.gradle` file.

`implementation 'com.vk:androidsdk:2.0.0`
`implementation 'com.vk:androidsdk:2.1.1`

For example, your `app/build.gradle` script will contains such dependencies:
```
dependencies {
implementation 'com.vk:androidsdk:2.0.0
implementation 'com.vk:androidsdk:2.1.1
}
```

Expand Down

0 comments on commit 482a7b3

Please sign in to comment.