Skip to content

Commit 55d1e88

Browse files
chore: bump kotlin-gradle-plugin
Bumps [kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.20 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.20...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] <support@github.com>
1 parent 14634f5 commit 55d1e88

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.0")
10-
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20")
10+
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0")
1111
classpath("com.google.gms:google-services:4.3.15")
1212
}
1313
}

0 commit comments

Comments
 (0)