Skip to content

Commit 5061474

Browse files
chore: bump kotlin-gradle-plugin from 1.7.22 to 1.8.0 (#110)
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.22 to 1.8.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.7.22...v1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... 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 437cdd9 commit 5061474

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
@@ -11,7 +11,7 @@ buildscript {
1111
dependencies {
1212
classpath 'com.android.tools.build:gradle:7.3.1'
1313
classpath 'com.mparticle:android-kit-plugin:' + project.version
14-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.22'
14+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
1515
}
1616
}
1717

0 commit comments

Comments
 (0)