Skip to content

Commit 8aca385

Browse files
Bump org.jetbrains.kotlin.android from 1.7.10 to 1.8.10 (#30)
Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.10...v1.8.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a553b4 commit 8aca385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
plugins {
33
id 'com.android.application' version '7.2.2' apply false
44
id 'com.android.library' version '7.2.2' apply false
5-
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
5+
id 'org.jetbrains.kotlin.android' version '1.8.10' apply false
66
}
77

88
task clean(type: Delete) {

0 commit comments

Comments
 (0)