Skip to content

Commit 29b3b9d

Browse files
chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk7 in /WearOS
Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk7](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.2.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.2.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0595432 commit 29b3b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WearOS/Wearable/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
dependencies {
5454
// [START_EXCLUDE]
5555
implementation("androidx.core:core-ktx:1.15.0")
56-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.0.21")
56+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.2.0")
5757
// [END_EXCLUDE]
5858
compileOnly("com.google.android.wearable:wearable:2.9.0")
5959
implementation("com.google.android.support:wearable:2.9.0")

0 commit comments

Comments
 (0)