1 Commits

Author SHA1 Message Date
Renovate Bot 14bb112610 Update plugin org.jetbrains.kotlin.plugin.compose to v2.4.10 2026-07-15 02:01:16 +00:00
+2 -2
View File
@@ -1,7 +1,7 @@
plugins {
id 'com.android.application' version '9.2.1'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.4.0'
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.0'
id 'org.jetbrains.kotlin.plugin.compose' version '2.4.10'
}
android {
@@ -121,5 +121,5 @@ dependencies {
implementation 'androidx.security:security-crypto:1.1.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-compose:2.11.0'
implementation "androidx.datastore:datastore-preferences:1.2.1"
implementation "com.google.crypto.tink:tink-android:1.23.0"
implementation "com.google.crypto.tink:tink-android:1.22.0"
}