18 Commits

Author SHA1 Message Date
bot
2c94f7871b Merge pull request 'Update plugin com.android.application to v9.1.1' (#444) from renovate/com.android.application-9.x into main 2026-04-14 04:01:07 +02:00
Renovate Bot
26a4aae265 Update plugin com.android.application to v9.1.1 2026-04-14 02:01:01 +00:00
bot
477a8c94fd Merge pull request 'Update softprops/action-gh-release action to v3' (#443) from renovate/softprops-action-gh-release-3.x into main 2026-04-13 04:01:11 +02:00
Renovate Bot
c00078e766 Update softprops/action-gh-release action to v3 2026-04-13 02:01:06 +00:00
bot
09ba61f3c5 Merge pull request 'Update dependency com.mikepenz:aboutlibraries-core to v14' (#438) from renovate/com.mikepenz-aboutlibraries-core-14.x into main 2026-04-12 04:01:15 +02:00
Renovate Bot
71d48d87be Update dependency com.mikepenz:aboutlibraries-core to v14 2026-04-12 02:01:13 +00:00
bot
9695f69e70 Merge pull request 'Update plugin com.mikepenz.aboutlibraries.plugin to v14' (#442) from renovate/com.mikepenz.aboutlibraries.plugin-14.x into main 2026-04-12 04:01:02 +02:00
Renovate Bot
992116fcfe Update plugin com.mikepenz.aboutlibraries.plugin to v14 2026-04-12 02:00:59 +00:00
bot
270946c082 Merge pull request 'Update dependency com.mikepenz:aboutlibraries-compose-m3 to v14.0.1' (#440) from renovate/com.mikepenz-aboutlibraries-compose-m3-14.x into main 2026-04-11 04:01:19 +02:00
Renovate Bot
6832f3ebee Update dependency com.mikepenz:aboutlibraries-compose-m3 to v14.0.1 2026-04-11 02:01:17 +00:00
bot
ce47bff4f5 Merge pull request 'Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.11.0' (#441) from renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x into main 2026-04-11 04:01:03 +02:00
Renovate Bot
47c8cf7812 Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.11.0 2026-04-11 02:00:59 +00:00
bot
5cd1b5f9db Merge pull request 'Update dependency com.mikepenz:aboutlibraries to v14.0.1' (#439) from renovate/com.mikepenz-aboutlibraries-14.x into main 2026-04-10 04:01:08 +02:00
Renovate Bot
e3a6b11c67 Update dependency com.mikepenz:aboutlibraries to v14.0.1 2026-04-10 02:01:00 +00:00
bot
8fb08205f1 Merge pull request 'Update dependency com.mikepenz:aboutlibraries-compose-m3 to v14' (#436) from renovate/com.mikepenz-aboutlibraries-compose-m3-14.x into main 2026-04-08 04:01:23 +02:00
bot
863bba990a Merge pull request 'Update dependency jsdom to v29.0.2' (#437) from renovate/jsdom-29.x-lockfile into main 2026-04-08 04:01:18 +02:00
Renovate Bot
cc7f0f6a47 Update dependency com.mikepenz:aboutlibraries-compose-m3 to v14 2026-04-08 02:01:16 +00:00
Renovate Bot
c4432e6494 Update dependency jsdom to v29.0.2 2026-04-08 02:01:09 +00:00
4 changed files with 24 additions and 26 deletions

View File

@@ -52,7 +52,7 @@ jobs:
run: ./gradlew assembleSignedRelease run: ./gradlew assembleSignedRelease
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v3
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
with: with:
files: | files: |

View File

@@ -3,7 +3,7 @@ plugins {
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.20'
id 'com.mikepenz.aboutlibraries.plugin' version '13.2.1' id 'com.mikepenz.aboutlibraries.plugin' version '14.0.1'
} }
@@ -101,7 +101,7 @@ dependencies {
implementation 'androidx.navigation:navigation-compose:2.9.7' implementation 'androidx.navigation:navigation-compose:2.9.7'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0' implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0'
implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui'
@@ -109,14 +109,14 @@ dependencies {
implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'com.google.android.material:material:1.13.0' implementation 'com.google.android.material:material:1.13.0'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0' implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0'
implementation 'com.caverock:androidsvg-aar:1.4' implementation 'com.caverock:androidsvg-aar:1.4'
implementation 'com.github.chrisbanes:PhotoView:2.3.0' implementation 'com.github.chrisbanes:PhotoView:2.3.0'
implementation 'com.mikepenz:aboutlibraries:14.0.0' implementation 'com.mikepenz:aboutlibraries:14.0.1'
implementation 'com.mikepenz:aboutlibraries-compose-m3:13.2.1' implementation 'com.mikepenz:aboutlibraries-compose-m3:14.0.1'
implementation 'com.mikepenz:aboutlibraries-core:14.0.0' implementation 'com.mikepenz:aboutlibraries-core:14.0.1'
implementation platform('androidx.compose:compose-bom:2026.03.01') implementation platform('androidx.compose:compose-bom:2026.03.01')

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 '9.1.0' apply false id 'com.android.application' version '9.1.1' apply false
id 'com.android.library' version '9.1.0' apply false id 'com.android.library' version '9.1.0' apply false
id 'org.jetbrains.kotlin.android' version '2.3.20' apply false id 'org.jetbrains.kotlin.android' version '2.3.20' apply false
} }

View File

@@ -2,27 +2,25 @@
# yarn lockfile v1 # yarn lockfile v1
"@asamuzakjp/css-color@^5.0.1": "@asamuzakjp/css-color@^5.1.5":
version "5.1.5" version "5.1.8"
resolved "https://registry.yarnpkg.com/@asamuzakjp/css-color/-/css-color-5.1.5.tgz#78fca40e43bd517f3e1ed1301287f9202b9895c5" resolved "https://registry.yarnpkg.com/@asamuzakjp/css-color/-/css-color-5.1.8.tgz#b61d5b6852fb1c835b35b483191e32b529da859d"
integrity sha512-8cMAA1bE66Mb/tfmkhcfJLjEPgyT7SSy6lW6id5XL113ai1ky76d/1L27sGnXCMsLfq66DInAU3OzuahB4lu9Q== integrity sha512-OISPR9c2uPo23rUdvfEQiLPjoMLOpEeLNnP5iGkxr6tDDxJd3NjD+6fxY0mdaMbIPUjFGL4HFOJqLvow5q4aqQ==
dependencies: dependencies:
"@csstools/css-calc" "^3.1.1" "@csstools/css-calc" "^3.1.1"
"@csstools/css-color-parser" "^4.0.2" "@csstools/css-color-parser" "^4.0.2"
"@csstools/css-parser-algorithms" "^4.0.0" "@csstools/css-parser-algorithms" "^4.0.0"
"@csstools/css-tokenizer" "^4.0.0" "@csstools/css-tokenizer" "^4.0.0"
lru-cache "^11.2.7"
"@asamuzakjp/dom-selector@^7.0.3": "@asamuzakjp/dom-selector@^7.0.6":
version "7.0.6" version "7.0.8"
resolved "https://registry.yarnpkg.com/@asamuzakjp/dom-selector/-/dom-selector-7.0.6.tgz#9f5f0b0a7e6ea3dfa881aa2ec7ee80bce8d85af7" resolved "https://registry.yarnpkg.com/@asamuzakjp/dom-selector/-/dom-selector-7.0.8.tgz#f4281e0204a16768e7b482375cb0528b9798a133"
integrity sha512-Tgmk6EQM0nc9xvp7sEHRVavbknhb/vGKht+04yAT3t5KQwZ02CSobCtcFgaHH04ZrjD1BhEKNA8tRhzFV20gkA== integrity sha512-erMO6FgtM02dC24NGm0xufMzWz5OF0wXKR7BpvGD973bq/GbmR8/DbxNZbj0YevQ5hlToJaWSVK/G9/NDgGEVw==
dependencies: dependencies:
"@asamuzakjp/nwsapi" "^2.3.9" "@asamuzakjp/nwsapi" "^2.3.9"
bidi-js "^1.0.3" bidi-js "^1.0.3"
css-tree "^3.2.1" css-tree "^3.2.1"
is-potential-custom-element-name "^1.0.1" is-potential-custom-element-name "^1.0.1"
lru-cache "^11.2.7"
"@asamuzakjp/nwsapi@^2.3.9": "@asamuzakjp/nwsapi@^2.3.9":
version "2.3.9" version "2.3.9"
@@ -2082,12 +2080,12 @@ isarray@~1.0.0:
integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
jsdom@^29.0.0: jsdom@^29.0.0:
version "29.0.1" version "29.0.2"
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-29.0.1.tgz#b2db17191533dd5ba1e0d4c61fe9fa2289e87be9" resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-29.0.2.tgz#1fc2cf4175da8de29fa94bea7ca931a194729fc3"
integrity sha512-z6JOK5gRO7aMybVq/y/MlIpKh8JIi68FBKMUtKkK2KH/wMSRlCxQ682d08LB9fYXplyY/UXG8P4XXTScmdjApg== integrity sha512-9VnGEBosc/ZpwyOsJBCQ/3I5p7Q5ngOY14a9bf5btenAORmZfDse1ZEheMiWcJ3h81+Fv7HmJFdS0szo/waF2w==
dependencies: dependencies:
"@asamuzakjp/css-color" "^5.0.1" "@asamuzakjp/css-color" "^5.1.5"
"@asamuzakjp/dom-selector" "^7.0.3" "@asamuzakjp/dom-selector" "^7.0.6"
"@bramus/specificity" "^2.4.2" "@bramus/specificity" "^2.4.2"
"@csstools/css-syntax-patches-for-csstree" "^1.1.1" "@csstools/css-syntax-patches-for-csstree" "^1.1.1"
"@exodus/bytes" "^1.15.0" "@exodus/bytes" "^1.15.0"
@@ -2131,9 +2129,9 @@ keygrip@~1.1.0:
tsscmp "1.0.6" tsscmp "1.0.6"
lru-cache@^11.2.7: lru-cache@^11.2.7:
version "11.2.7" version "11.3.2"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.7.tgz#9127402617f34cd6767b96daee98c28e74458d35" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.3.2.tgz#349669d2a9eeb10cc706a9edb10d93bc7080a892"
integrity sha512-aY/R+aEsRelme17KGQa/1ZSIpLpNYYrhcrepKTZgE+W3WM16YMCaPwOHLHsmopZHELU0Ojin1lPVxKR0MihncA== integrity sha512-wgWa6FWQ3QRRJbIjbsldRJZxdxYngT/dO0I5Ynmlnin8qy7tC6xYzbcJjtN4wHLXtkbVwHzk0C+OejVw1XM+DQ==
mapshaper@^0.6.79: mapshaper@^0.6.79:
version "0.6.113" version "0.6.113"