Skip to content

Commit

Permalink
Bump Kotlin version to 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gergelydaniel committed Jul 13, 2022
1 parent ee54866 commit f4f0d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10")
classpath("com.android.tools.build:gradle:7.0.4")
}
}

val versionInfo = versionInfo()
println("Version:${versionInfo.versionName}, Type:${versionInfo.type}")

rootProject.ext["kotlin_version"] = "1.7.0"
rootProject.ext["kotlin_version"] = "1.7.10"

allprojects {
repositories {
Expand Down

0 comments on commit f4f0d7b

Please sign in to comment.