12 Commits

Author SHA1 Message Date
bot
43147f0600 Merge pull request 'Update plugin org.jetbrains.kotlin.plugin.compose to v2.3.21' (#256) from renovate/org.jetbrains.kotlin.plugin.compose-2.x into main 2026-04-24 04:13:59 +02:00
bot
bdd1fe2323 Merge pull request 'Update plugin org.jetbrains.kotlin.android to v2.3.21' (#255) from renovate/org.jetbrains.kotlin.android-2.x into main 2026-04-24 04:13:50 +02:00
Renovate Bot
de62af173f Update plugin org.jetbrains.kotlin.plugin.compose to v2.3.21 2026-04-24 02:13:49 +00:00
Renovate Bot
c9c5009092 Update plugin org.jetbrains.kotlin.android to v2.3.21 2026-04-24 02:06:37 +00:00
bot
fa8e9f390f Merge pull request 'Update plugin com.android.library to v9.2.0' (#252) from renovate/com.android.library-9.x into main 2026-04-23 04:02:48 +02:00
bot
7ce9d0f36a Merge pull request 'Update dependency androidx.compose:compose-bom to v2026.04.01' (#254) from renovate/androidx.compose-compose-bom-2026.x into main 2026-04-23 04:02:44 +02:00
Renovate Bot
6066b25d15 Update plugin com.android.library to v9.2.0 2026-04-23 02:02:44 +00:00
bot
9262c737c3 Merge pull request 'Update dependency androidx.navigation:navigation-compose to v2.9.8' (#253) from renovate/androidx.navigation-navigation-compose-2.x into main 2026-04-23 04:02:42 +02:00
Renovate Bot
5b03dc4c7b Update dependency androidx.compose:compose-bom to v2026.04.01 2026-04-23 02:02:42 +00:00
Renovate Bot
f32ae1a8e8 Update dependency androidx.navigation:navigation-compose to v2.9.8 2026-04-23 02:02:40 +00:00
bot
4220a334fd Merge pull request 'Update plugin com.android.application to v9.2.0' (#251) from renovate/com.android.application-9.x into main 2026-04-22 04:02:34 +02:00
Renovate Bot
c2be61f1a6 Update plugin com.android.application to v9.2.0 2026-04-22 02:02:31 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ plugins {
id 'com.android.application' id 'com.android.application'
id 'org.jetbrains.kotlin.android' id 'org.jetbrains.kotlin.android'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.20' id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.20'
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.20' id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21'
} }
@@ -95,7 +95,7 @@ dependencies {
implementation 'androidx.compose.material3:material3:1.4.0' implementation 'androidx.compose.material3:material3:1.4.0'
implementation 'androidx.compose.material:material:1.10.6' implementation 'androidx.compose.material:material:1.10.6'
implementation 'androidx.compose.material:material-icons-extended:1.7.8' implementation 'androidx.compose.material:material-icons-extended:1.7.8'
implementation 'androidx.navigation:navigation-compose:2.9.7' implementation 'androidx.navigation:navigation-compose:2.9.8'
implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.preference:preference-ktx:1.2.1'
implementation "androidx.biometric:biometric:1.2.0-alpha05" implementation "androidx.biometric:biometric:1.2.0-alpha05"
@@ -116,7 +116,7 @@ dependencies {
implementation project(":database") implementation project(":database")
implementation project(":crypto") implementation project(":crypto")
implementation platform('androidx.compose:compose-bom:2026.03.01') implementation platform('androidx.compose:compose-bom:2026.04.01')
implementation 'androidx.compose.ui:ui-tooling:1.10.6' implementation 'androidx.compose.ui:ui-tooling:1.10.6'
implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'androidx.compose.ui:ui-tooling-preview'

View File

@@ -9,8 +9,8 @@ buildscript {
} }
plugins { plugins {
id 'com.android.application' version '9.1.1' apply false id 'com.android.application' version '9.2.0' apply false
id 'com.android.library' version '9.1.1' apply false id 'com.android.library' version '9.2.0' apply false
id 'org.jetbrains.kotlin.android' version '2.3.20' apply false id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
id 'com.autonomousapps.dependency-analysis' version '3.9.0' apply true id 'com.autonomousapps.dependency-analysis' version '3.9.0' apply true
} }