Skip to content

Commit

Permalink
Merge pull request #44 from wada811/renovate/kotlin
Browse files Browse the repository at this point in the history
Update Kotlin to v1.8.0
  • Loading branch information
wada811 authored Dec 28, 2022
2 parents 93399cd + 7addea6 commit 5653b59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DataBinding-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.22"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0"
//noinspection GradleDependency
implementation 'androidx.fragment:fragment-ktx:1.5.5'
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id "com.diffplug.spotless" version "6.12.0" apply false
id 'org.jetbrains.kotlin.android' version '1.7.22' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
}
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
}

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.22"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0"
implementation 'androidx.appcompat:appcompat:1.5.1'
implementation project(':DataBinding-ktx')
}

0 comments on commit 5653b59

Please sign in to comment.