Bump Kotlin to 1.7.10
This commit is contained in:
parent
58c98afb48
commit
49a6742eb7
3 changed files with 1 additions and 6 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
buildscript {
|
||||
ext {
|
||||
kotlin_version = '1.7.0'
|
||||
lifecycle_version='2.5.0-rc02'
|
||||
navigation_version = '2.5.0-rc02'
|
||||
mdc_version = '1.7.0-alpha02'
|
||||
|
@ -17,7 +16,7 @@ buildscript {
|
|||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.2.1'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue