This commit is contained in:
Kevin Hester 2021-05-09 09:41:38 +08:00
parent ab4d95aae0
commit c8b09df650
3 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.4.32'
ext.coroutines_version = "1.4.1"
ext.kotlin_version = '1.5.0'
ext.coroutines_version = "1.4.3"
repositories {
google()