We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fec878 commit 3a35cf3Copy full SHA for 3a35cf3
1 file changed
README.md
@@ -56,12 +56,12 @@ You can add next maven dependency in your project:
56
57
You may also need to add the following to your `project/build.gradle` file.
58
59
-`implementation 'com.vk:androidsdk:2.2.0`
+`implementation 'com.vk:androidsdk:2.2.3`
60
61
For example, your `app/build.gradle` script will contains such dependencies:
62
```
63
dependencies {
64
- implementation 'com.vk:androidsdk:2.1.1
+ implementation 'com.vk:androidsdk:2.2.3
65
}
66
67
0 commit comments