diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dcdb4a..c22cfa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,7 +163,7 @@ jobs: with: name: android-app path: app/android/build/outputs/apk/release/*.apk - - uses: r0adkll/upload-google-play@v1 + - uses: r0adkll/upload-google-play@v1.1.2 name: Release on Play Store if: startsWith(github.ref, 'refs/tags/') with: diff --git a/build.gradle.kts b/build.gradle.kts index 71be966..29b3cfb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { allprojects { group = "dev.schlaubi.tonbrett" - version = "1.12.24" + version = "1.12.25" repositories { mavenCentral()