11 Commits

Author SHA1 Message Date
Renovate Bot
db9bd281d7 Update dependency androidx.compose.ui:ui-tooling to v1.11.0 2026-04-26 02:03:11 +00:00
bot
1b217ef01d Merge pull request 'Update dependency androidx.compose.material:material to v1.11.0' (#258) from renovate/androidx.compose.material-material-1.x into main 2026-04-25 04:13:26 +02:00
Renovate Bot
6e3487f905 Update dependency androidx.compose.material:material to v1.11.0 2026-04-25 02:13:23 +00:00
bot
e25d6da3aa Merge pull request 'Update plugin org.jetbrains.kotlin.plugin.serialization to v2.3.21' (#257) from renovate/org.jetbrains.kotlin.plugin.serialization-2.x into main 2026-04-25 04:13:10 +02:00
Renovate Bot
57ab225705 Update plugin org.jetbrains.kotlin.plugin.serialization to v2.3.21 2026-04-25 02:13:06 +00:00
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
Renovate Bot
6066b25d15 Update plugin com.android.library to v9.2.0 2026-04-23 02:02:44 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
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.serialization' version '2.3.21'
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.21'
}
@@ -93,7 +93,7 @@ android {
dependencies {
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.material3:material3:1.4.0'
implementation 'androidx.compose.material:material:1.10.6'
implementation 'androidx.compose.material:material:1.11.0'
implementation 'androidx.compose.material:material-icons-extended:1.7.8'
implementation 'androidx.navigation:navigation-compose:2.9.8'
implementation 'androidx.preference:preference-ktx:1.2.1'
@@ -117,7 +117,7 @@ dependencies {
implementation project(":crypto")
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.11.0'
implementation 'androidx.compose.ui:ui-tooling-preview'
//Submodule

View File

@@ -10,7 +10,7 @@ buildscript {
plugins {
id 'com.android.application' version '9.2.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.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
}