Upgrade Kotlin to 1.7.10
kotlin 1.7.0 -> 1.7.10 navigation-safe-args-plugin 2.4.2 -> 2.5.0 aboutlibraries-plugin 10.3.0 -> 10.3.1
This commit is contained in:
parent
f46010eba2
commit
e3d049156c
1 changed files with 3 additions and 3 deletions
|
@ -10,18 +10,18 @@ buildscript {
|
|||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:7.2.1")
|
||||
|
||||
val kotlinVersion = "1.7.0"
|
||||
val kotlinVersion = "1.7.10"
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle.kts files
|
||||
val navVersion = "2.4.2"
|
||||
val navVersion = "2.5.0"
|
||||
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:$navVersion")
|
||||
|
||||
val hiltVersion = "2.42"
|
||||
classpath("com.google.dagger:hilt-android-gradle-plugin:$hiltVersion")
|
||||
|
||||
val aboutLibrariesVersion = "10.3.0"
|
||||
val aboutLibrariesVersion = "10.3.1"
|
||||
classpath("com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:$aboutLibrariesVersion")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue