Skip to content

Commit 89f4e48

Browse files
chore(deps): bump kotlin_version from 1.5.30-RC to 1.5.30 in /WearOS (#692)
Bumps `kotlin_version` from 1.5.30-RC to 1.5.30. Updates `kotlin-gradle-plugin` from 1.5.30-RC to 1.5.30 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.30-RC...v1.5.30) Updates `kotlin-stdlib-jdk7` from 1.5.30-RC to 1.5.30 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.5.30-RC...v1.5.30) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch - 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aee1795 commit 89f4e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WearOS/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// Top-level build file where you can add configuration options common to all sub-projects/modules.
1818

1919
buildscript {
20-
ext.kotlin_version = '1.5.30-RC'
20+
ext.kotlin_version = '1.5.30'
2121
repositories {
2222
google()
2323
mavenCentral()

0 commit comments

Comments
 (0)