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
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -3,7 +3,7 @@ plugins {
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 '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.
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.0' apply false
id 'org.jetbrains.kotlin.android' version '2.3.20' apply false
}