File tree 2 files changed +5
-5
lines changed
buildSrc/src/main/kotlin/io/getstream/avatarview
2 files changed +5
-5
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.4 "
49
+ implementation "io.getstream:avatarview-coil:1.0.5 "
50
50
}
51
51
```
52
52
@@ -72,8 +72,8 @@ repositories {
72
72
Next, add the below dependency to your ** module** 's ` build.gradle ` file.
73
73
``` gradle
74
74
dependencies {
75
- implementation "io.getstream:avatarview-coil:1.0.5 -SNAPSHOT"
76
- implementation "io.getstream:avatarview-glide:1.0.5 -SNAPSHOT"
75
+ implementation "io.getstream:avatarview-coil:1.0.6 -SNAPSHOT"
76
+ implementation "io.getstream:avatarview-glide:1.0.6 -SNAPSHOT"
77
77
}
78
78
```
79
79
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 = 4
9
+ const val patchVersion = 5
10
10
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
11
- const val versionCode = 5
11
+ const val versionCode = 6
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