File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
8
8
9
9
ext {
10
10
arbat_version = ' 1.3.9'
11
- coroutines_version = ' 1.6.0-RC3 '
11
+ coroutines_version = ' 1.6.0'
12
12
exoplayer_version = ' 2.16.1'
13
13
garage_version = ' 1.0.9'
14
14
lifecycle_version = ' 2.4.0'
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ allprojects {
37
37
}
38
38
39
39
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 '
42
42
project. ext. artifactId = rootProject. ext. projectArtifactId(project)
43
43
44
44
if (project. ext. artifactId != null ) {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ android {
67
67
68
68
ext {
69
69
coil_version = ' 1.4.0'
70
- coroutines_version = ' 1.6.0-RC3 '
70
+ coroutines_version = ' 1.6.0'
71
71
}
72
72
73
73
dependencies {
You can’t perform that action at this time.
0 commit comments