Skip to content

Commit cc3ad20

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.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73ac16f commit cc3ad20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.10")
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)