We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4df9a6d + 8103466 commit 3a9730eCopy full SHA for 3a9730e
README.md
@@ -28,7 +28,7 @@ Step 1. Add the JitPack repository to your build file
28
Step 2. Add the dependency
29
30
dependencies {
31
- implementation 'com.github.65apps:android-clustering-for-yandex-mapkit:v0.1'
+ implementation 'com.github.65apps:android-clustering-for-yandex-mapkit:v0.2'
32
}
33
___
34
library/build.gradle
@@ -7,7 +7,7 @@ apply from: "$project.rootDir/jacoco.gradle"
7
apply plugin: 'com.github.dcendents.android-maven'
8
9
group='com.github.65apps'
10
-version = '0.1'
+version = '0.2'
11
12
android {
13
compileSdkVersion 28
0 commit comments