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

Commit

Permalink
Project: Update coroutines libraries & change version name
Browse files Browse the repository at this point in the history
Signed-off-by: Fung Gwo <[email protected]>
  • Loading branch information
fython committed Feb 18, 2019
1 parent 189bc51 commit 46ab8ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ ext {
minSdkVersion = 23
targetSdkVersion = 28
versionCode = 68
versionName = '5.0.1'
versionName = '5.0.2'
kotlinyanVersion = '0.3.0'
ankoVersion = '0.10.8'
materialPrefLibVersion = '3.0.0'
coroutinesVersion = '0.26.0'
coroutinesVersion = '1.1.1'
}

buildscript {
Expand Down

0 comments on commit 46ab8ad

Please sign in to comment.