20 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
bot
c8bae4838e Merge pull request 'Update plugin com.autonomousapps.dependency-analysis to v3.9.0' (#250) from renovate/com.autonomousapps.dependency-analysis-3.x into main 2026-04-21 04:02:45 +02:00
Renovate Bot
e60c4cd35b Update plugin com.autonomousapps.dependency-analysis to v3.9.0 2026-04-21 02:02:38 +00:00
bot
c230c8ea72 Merge pull request 'Update plugin com.autonomousapps.dependency-analysis to v3.8.0' (#249) from renovate/com.autonomousapps.dependency-analysis-3.x into main 2026-04-20 04:02:40 +02:00
Renovate Bot
4e2a3de7d2 Update plugin com.autonomousapps.dependency-analysis to v3.8.0 2026-04-20 02:02:34 +00:00
bot
1b7f068976 Merge pull request 'Update plugin com.android.library to v9.1.1' (#248) from renovate/com.android.library-9.x into main 2026-04-18 04:05:07 +02:00
Renovate Bot
4e24f9e73e Update plugin com.android.library to v9.1.1 2026-04-15 02:01:43 +00:00
bot
4b471f5e56 Merge pull request 'Update plugin com.android.application to v9.1.1' (#247) from renovate/com.android.application-9.x into main 2026-04-14 04:02:03 +02:00
Renovate Bot
463007c80e Update plugin com.android.application to v9.1.1 2026-04-14 02:02:00 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
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.material:material:1.10.6'
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.biometric:biometric:1.2.0-alpha05"
@@ -116,7 +116,7 @@ dependencies {
implementation project(":database")
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-preview'

View File

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