We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b90d56 commit 4b4afb2Copy full SHA for 4b4afb2
2 files changed
app/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
alias(libs.plugins.android.application)
6
alias(libs.plugins.kotlin.compose)
7
alias(libs.plugins.jetbrains.kotlin.serialization)
8
- id("com.google.devtools.ksp") version "2.3.5"
+ id("com.google.devtools.ksp") version "2.3.6"
9
id("com.ncorti.ktfmt.gradle") version "0.25.0"
10
}
11
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
activityCompose = "1.12.4"
3
-agp = "9.0.0"
+agp = "9.0.1"
4
barcodeScanning = "17.3.0"
biometric = "1.1.0"
colorpickerCompose = "1.1.3"
0 commit comments