Skip to content

Commit 48bacf8

Browse files
Bump com.google.devtools.ksp in /samples/MobileBuyIntegration
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.2.10-2.0.2 to 2.3.0. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/commits) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d07687 commit 48bacf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/MobileBuyIntegration/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ plugins {
2222
id 'org.jetbrains.kotlin.android' version '2.2.10' apply false
2323
id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.10' apply false
2424
id 'io.gitlab.arturbosch.detekt' version '1.23.8' apply false
25-
id 'com.google.devtools.ksp' version '2.2.10-2.0.2' apply false
25+
id 'com.google.devtools.ksp' version '2.3.0' apply false
2626
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.20' apply false
2727
}

0 commit comments

Comments
 (0)