Skip to content

Commit 2e4e7e4

Browse files
committed
Release v1.6.2
1 parent deff2c4 commit 2e4e7e4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bazaar/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88

99
ext {
1010
arbat_version = '1.3.9'
11-
coroutines_version = '1.6.0-RC3'
11+
coroutines_version = '1.6.0'
1212
exoplayer_version = '2.16.1'
1313
garage_version = '1.0.9'
1414
lifecycle_version = '2.4.0'

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ allprojects {
3737
}
3838

3939
group = 'com.github.zhombie'
40-
project.ext.version_code = 3
41-
version '1.6.1'
40+
project.ext.version_code = 4
41+
version '1.6.2'
4242
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
4343

4444
if (project.ext.artifactId != null) {

sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767

6868
ext {
6969
coil_version = '1.4.0'
70-
coroutines_version = '1.6.0-RC3'
70+
coroutines_version = '1.6.0'
7171
}
7272

7373
dependencies {

0 commit comments

Comments
 (0)