Compare commits

...
Author SHA1 Message Date
Renovate Bot eed33c5543 Update plugin org.jetbrains.kotlin.android to v2.4.20 2026-09-21 02:02:13 +00:00
sora 2a9a0463b9 Update .github/workflows/build.yml 2026-09-20 08:59:35 +02:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -100,6 +100,7 @@ jobs:
- name: Upload to Google Play - name: Upload to Google Play
uses: r0adkll/upload-google-play@v1 uses: r0adkll/upload-google-play@v1
if: startsWith(github.ref, 'refs/tags/')
with: with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }} serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: net.helcel.fidelity packageName: net.helcel.fidelity
+1 -1
View File
@@ -9,6 +9,6 @@ buildscript {
plugins { plugins {
id 'com.android.application' version '9.4.1' apply false id 'com.android.application' version '9.4.1' apply false
id 'com.android.library' version '9.4.1' apply false id 'com.android.library' version '9.4.1' apply false
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false id 'org.jetbrains.kotlin.android' version '2.4.20' apply false
id 'com.autonomousapps.dependency-analysis' version '3.13.0' apply true id 'com.autonomousapps.dependency-analysis' version '3.13.0' apply true
} }