Skip to content

Commit

Permalink
Merge pull request #33 from droidconKE/renovate/kotlin
Browse files Browse the repository at this point in the history
Update plugin com.google.devtools.ksp 1.9.0-1.0.11 to v1.9.0-1.0.12
  • Loading branch information
tamzi authored Jul 21, 2023
2 parents 2b2cb6b + c4ff907 commit f7983b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ plugins {
id ("com.android.library") version ("8.0.2") apply false
id ("org.jetbrains.kotlin.android") version ("1.9.0") apply false
id("org.jetbrains.kotlin.jvm") version "1.9.0" apply false
id("com.google.devtools.ksp") version "1.9.0-1.0.11" apply false
id("com.google.devtools.ksp") version "1.9.0-1.0.12" apply false
id("com.android.test") version "8.0.2" apply false
}

0 comments on commit f7983b1

Please sign in to comment.