Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smirnov committed May 25, 2020
1 parent 9fec878 commit 3a35cf3
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.2.0`
`implementation 'com.vk:androidsdk:2.2.3`

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

Expand Down

0 comments on commit 3a35cf3

Please sign in to comment.