Skip to content

Commit 9d990d4

Browse files
chore(deps): bump kotlin-stdlib-jdk7 from 1.7.21 to 1.7.22 in /WearOS (#1115)
Bumps [kotlin-stdlib-jdk7](https://github.com/JetBrains/kotlin) from 1.7.21 to 1.7.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.21...v1.7.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5364b62 commit 9d990d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WearOS/Wearable/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
// [START_EXCLUDE]
4444
implementation fileTree(dir: 'libs', include: ['*.jar'])
4545
implementation "androidx.core:core-ktx:1.7.0"
46-
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.21'
46+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.7.22'
4747
// [END_EXCLUDE]
4848
compileOnly 'com.google.android.wearable:wearable:2.9.0'
4949
implementation 'com.google.android.support:wearable:2.9.0'

0 commit comments

Comments
 (0)