Skip to content

Commit

Permalink
Update Kotlin to v1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2023
1 parent d7c91f1 commit b3c1974
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ViewBinding-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10"
implementation 'androidx.fragment:fragment-ktx:1.5.5'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.application' version '7.4.1' apply false
id 'com.android.library' version '7.4.1' apply false
id "com.diffplug.spotless" version "6.14.1" apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
id "io.github.gradle-nexus.publish-plugin" version "1.1.0"
}

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.10"
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation project(':ViewBinding-ktx')
}

0 comments on commit b3c1974

Please sign in to comment.