File tree 2 files changed +3
-3
lines changed
buildSrc/src/main/kotlin/io/getstream/avatarview
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ allprojects {
46
46
Next, add the below dependency to your ** module** 's ` build.gradle ` file.
47
47
``` gradle
48
48
dependencies {
49
- implementation "io.getstream:avatarview-coil:1.0.6 "
49
+ implementation "io.getstream:avatarview-coil:1.0.7 "
50
50
}
51
51
```
52
52
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ object Configuration {
6
6
const val minSdk = 21
7
7
const val majorVersion = 1
8
8
const val minorVersion = 0
9
- const val patchVersion = 6
9
+ const val patchVersion = 7
10
10
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
11
- const val versionCode = 7
11
+ const val versionCode = 8
12
12
const val snapshotVersionName = " $majorVersion .$minorVersion .${patchVersion + 1 } -SNAPSHOT"
13
13
const val artifactGroup = " io.getstream"
14
14
}
You can’t perform that action at this time.
0 commit comments