Skip to content

Commit 3a9730e

Browse files
author
RomanPozdeev
authored
Merge pull request #8 from RomanPozdeev/dev
ver 0.2
2 parents 4df9a6d + 8103466 commit 3a9730e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Step 1. Add the JitPack repository to your build file
2828
Step 2. Add the dependency
2929

3030
dependencies {
31-
implementation 'com.github.65apps:android-clustering-for-yandex-mapkit:v0.1'
31+
implementation 'com.github.65apps:android-clustering-for-yandex-mapkit:v0.2'
3232
}
3333
___
3434

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply from: "$project.rootDir/jacoco.gradle"
77
apply plugin: 'com.github.dcendents.android-maven'
88

99
group='com.github.65apps'
10-
version = '0.1'
10+
version = '0.2'
1111

1212
android {
1313
compileSdkVersion 28

0 commit comments

Comments
 (0)