Skip to content

Commit 3a35cf3

Browse files
author
Oleg Smirnov
committed
update README
1 parent 9fec878 commit 3a35cf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ You can add next maven dependency in your project:
5656

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

59-
`implementation 'com.vk:androidsdk:2.2.0`
59+
`implementation 'com.vk:androidsdk:2.2.3`
6060

6161
For example, your `app/build.gradle` script will contains such dependencies:
6262
```
6363
dependencies {
64-
implementation 'com.vk:androidsdk:2.1.1
64+
implementation 'com.vk:androidsdk:2.2.3
6565
}
6666
```
6767

0 commit comments

Comments
 (0)