12 Commits

Author SHA1 Message Date
bot
64090e0eb1 Merge pull request 'Update plugin org.jetbrains.kotlin.plugin.compose to v2.3.0' (#357) from renovate/org.jetbrains.kotlin.plugin.compose-2.x into main 2025-12-17 03:09:59 +01:00
bot
11cf1787b2 Merge pull request 'Update plugin org.jetbrains.kotlin.android to v2.3.0' (#356) from renovate/org.jetbrains.kotlin.android-2.x into main 2025-12-17 03:09:50 +01:00
Renovate Bot
2ca47892c1 Update plugin org.jetbrains.kotlin.plugin.compose to v2.3.0 2025-12-17 02:09:48 +00:00
Renovate Bot
ec71180c95 Update plugin org.jetbrains.kotlin.android to v2.3.0 2025-12-17 02:01:05 +00:00
bot
db10def0fb Merge pull request 'Lock file maintenance' (#355) from renovate/lock-file-maintenance into main 2025-12-14 03:01:23 +01:00
Renovate Bot
38b0995523 Lock file maintenance 2025-12-14 02:01:20 +00:00
bot
a1384e7594 Merge pull request 'Update plugin com.android.library to v8.13.2' (#353) from renovate/com.android.library-8.x into main 2025-12-13 03:01:30 +01:00
Renovate Bot
fac01dc0ca Update plugin com.android.library to v8.13.2 2025-12-13 02:01:29 +00:00
bot
063649a5df Merge pull request 'Lock file maintenance' (#354) from renovate/lock-file-maintenance into main 2025-12-13 03:01:22 +01:00
Renovate Bot
bb6baa3fe8 Lock file maintenance 2025-12-13 02:01:20 +00:00
bot
6e0b2632ff Merge pull request 'Update plugin com.android.application to v8.13.2' (#352) from renovate/com.android.application-8.x into main 2025-12-12 03:00:48 +01:00
Renovate Bot
33cd4c17da Update plugin com.android.application to v8.13.2 2025-12-12 02:00:45 +00:00
3 changed files with 9 additions and 9 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.2.21' id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.21'
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21' id 'org.jetbrains.kotlin.plugin.compose' version '2.3.0'
id 'com.mikepenz.aboutlibraries.plugin' version '13.1.0' id 'com.mikepenz.aboutlibraries.plugin' version '13.1.0'
} }

View File

@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '8.13.1' apply false id 'com.android.application' version '8.13.2' apply false
id 'com.android.library' version '8.13.2' apply false id 'com.android.library' version '8.13.2' apply false
id 'org.jetbrains.kotlin.android' version '2.2.21' apply false id 'org.jetbrains.kotlin.android' version '2.3.0' apply false
} }

View File

@@ -3,9 +3,9 @@
"@acemir/cssom@^0.9.28": "@acemir/cssom@^0.9.28":
version "0.9.28" version "0.9.29"
resolved "https://registry.yarnpkg.com/@acemir/cssom/-/cssom-0.9.28.tgz#0acadfea9362ef9376adeed6de6666d36d9da4e4" resolved "https://registry.yarnpkg.com/@acemir/cssom/-/cssom-0.9.29.tgz#3ae97903c49b388a5ff5d231a7a6d42a32e5b148"
integrity sha512-LuS6IVEivI75vKN8S04qRD+YySP0RmU/cV8UNukhQZvprxF+76Z43TNo/a08eCodaGhT1Us8etqS1ZRY9/Or0A== integrity sha512-G90x0VW+9nW4dFajtjCoT+NM0scAfH9Mb08IcjgFHYbfiL/lU04dTF9JuVOi3/OH+DJCQdcIseSXkdCB9Ky6JA==
"@asamuzakjp/css-color@^4.1.0": "@asamuzakjp/css-color@^4.1.0":
version "4.1.0" version "4.1.0"
@@ -1591,9 +1591,9 @@
integrity sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg== integrity sha512-6C8nqWur3j98U6+lXDfTUWIfgvZU+EumvpHKcYjujKH7woYyLj2sUmff0tRhrqM7BohUw7Pz3ZB1jj2gW9Fvmg==
"@types/node@*": "@types/node@*":
version "24.10.1" version "25.0.2"
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01" resolved "https://registry.yarnpkg.com/@types/node/-/node-25.0.2.tgz#411f9dd6cb2bf5ee46aed7199a9f85ca6b068b4e"
integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ== integrity sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==
dependencies: dependencies:
undici-types "~7.16.0" undici-types "~7.16.0"