1 Commits

Author SHA1 Message Date
Renovate Bot
8a6df0c08e Update dependency com.mikepenz:aboutlibraries-core to v14 2026-04-12 02:00:53 +00:00
4 changed files with 1051 additions and 2187 deletions

View File

@@ -52,7 +52,7 @@ jobs:
run: ./gradlew assembleSignedRelease run: ./gradlew assembleSignedRelease
- name: Release - name: Release
uses: softprops/action-gh-release@v3 uses: softprops/action-gh-release@v2
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 '14.0.1' id 'com.mikepenz.aboutlibraries.plugin' version '13.2.1'
} }

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

3230
yarn.lock

File diff suppressed because it is too large Load Diff