File tree 5 files changed +5
-5
lines changed
avatarview-stream-integration
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ allprojects {
30
30
And add a dependency code to your ** module** 's ` build.gradle ` file.
31
31
``` gradle
32
32
dependencies {
33
- implementation "io.getstream.avatarview-coil:1.0.0-beta "
33
+ implementation "io.getstream.avatarview-coil:1.0.0"
34
34
}
35
35
```
36
36
Original file line number Diff line number Diff line change 12
12
if (snapshot) {
13
13
PUBLISH_VERSION = Configuration . snapshotVersionName
14
14
} else {
15
- PUBLISH_VERSION = Configuration . versionName + " -beta "
15
+ PUBLISH_VERSION = Configuration . versionName
16
16
}
17
17
PUBLISH_ARTIFACT_ID = ' avatarview-coil'
18
18
}
Original file line number Diff line number Diff line change 13
13
if (snapshot) {
14
14
PUBLISH_VERSION = Configuration . snapshotVersionName
15
15
} else {
16
- PUBLISH_VERSION = Configuration . versionName + " -beta "
16
+ PUBLISH_VERSION = Configuration . versionName
17
17
}
18
18
PUBLISH_ARTIFACT_ID = ' avatarview-glide'
19
19
}
Original file line number Diff line number Diff line change 12
12
if (snapshot) {
13
13
PUBLISH_VERSION = Configuration . snapshotVersionName
14
14
} else {
15
- PUBLISH_VERSION = Configuration . versionName + " -beta "
15
+ PUBLISH_VERSION = Configuration . versionName
16
16
}
17
17
PUBLISH_ARTIFACT_ID = ' avatarview-stream-integration'
18
18
}
Original file line number Diff line number Diff line change 12
12
if (snapshot) {
13
13
PUBLISH_VERSION = Configuration . snapshotVersionName
14
14
} else {
15
- PUBLISH_VERSION = Configuration . versionName + " -beta "
15
+ PUBLISH_VERSION = Configuration . versionName
16
16
}
17
17
PUBLISH_ARTIFACT_ID = ' avatarview'
18
18
}
You can’t perform that action at this time.
0 commit comments