Skip to content

Commit db4c80f

Browse files
Bump com.google.devtools.ksp from 2.3.3 to 2.3.4
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.3.3...2.3.4) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 13bd2a6 commit db4c80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id("com.android.application") version "8.13.1" apply false
33
id("org.jetbrains.kotlin.android") version "2.3.0" apply false
44
id("androidx.navigation.safeargs") version "2.9.6" apply false
5-
id("com.google.devtools.ksp") version "2.3.3" apply false
5+
id("com.google.devtools.ksp") version "2.3.4" apply false
66
}
77

88
allprojects {

0 commit comments

Comments
 (0)