We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0203624 commit 3eb4b5dCopy full SHA for 3eb4b5d
build.gradle
@@ -1,7 +1,7 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
buildscript {
3
- ext.kotlin_version = '1.3.50' // https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md
4
- ext.coroutines_version = '1.3.1' // https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md
+ ext.kotlin_version = '1.3.61' // https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md
+ ext.coroutines_version = '1.3.3' // https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md
5
ext.versions = [
6
'minSdk': 21,
7
'compileSdk': 28,
0 commit comments