Skip to content

Commit 2a45961

Browse files
chore: bump org.jetbrains.kotlin:kotlin-gradle-plugin
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.20 to 1.8.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- 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] <support@github.com>
1 parent efffbe7 commit 2a45961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-sdk-samples/higgs-shop-sample-app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath("com.android.tools.build:gradle:7.4.2")
10-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20")
10+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
1111
classpath("com.google.gms:google-services:4.3.15")
1212
}
1313
}

0 commit comments

Comments
 (0)