Update Kotlin version.
This commit is contained in:
parent
2b4b520c5d
commit
31add11412
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
buildscript {
|
||||
|
||||
ext {
|
||||
kotlin_version = '1.3.31'
|
||||
kotlin_version = '1.3.41'
|
||||
nav_version = '2.0.0'
|
||||
version_coroutine = "1.1.0"
|
||||
}
|
||||
|
@ -20,8 +20,8 @@ buildscript {
|
|||
classpath 'com.android.tools.build:gradle:3.5.0'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
|
||||
classpath 'com.google.gms:google-services:4.2.0'
|
||||
classpath 'io.fabric.tools:gradle:1.27.1'
|
||||
classpath 'com.google.gms:google-services:4.3.0'
|
||||
classpath 'io.fabric.tools:gradle:1.29.0'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
Loading…
Reference in a new issue