Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit 46ab8ad

Browse files
committed
Project: Update coroutines libraries & change version name
Signed-off-by: Fung Gwo <fython@163.com>
1 parent 189bc51 commit 46ab8ad

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ ext {
22
minSdkVersion = 23
33
targetSdkVersion = 28
44
versionCode = 68
5-
versionName = '5.0.1'
5+
versionName = '5.0.2'
66
kotlinyanVersion = '0.3.0'
7-
ankoVersion = '0.10.8'
87
materialPrefLibVersion = '3.0.0'
9-
coroutinesVersion = '0.26.0'
8+
coroutinesVersion = '1.1.1'
109
}
1110

1211
buildscript {

0 commit comments

Comments
 (0)