Skip to content

Commit 0860771

Browse files
committed
Updated gradle version
Fixed file not found
1 parent 5118e6a commit 0860771

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929
id: sign
3030
uses: r0adkll/sign-android-release@v1
3131
with:
32-
releaseDirectory: app/build/outputs/bundle/release
32+
releaseDirectory: app/build/outputs/bundle/embedRecordRelease
3333
signingKeyBase64: '${{ secrets.KEYSTORE }}'
3434
alias: '${{ secrets.SIGNING_KEY_ALIAS }}'
3535
keyStorePassword: '${{ secrets.SIGNING_STORE_PASSWORD }}'
3636
keyPassword: '${{ secrets.SIGNING_KEY_PASSWORD }}'
3737
- name: Deploy to google play store
3838
uses: r0adkll/upload-google-play@v1
3939
with:
40-
serviceAccountJson: ${{ secrets.SERVICE_ACCOUNT_JSON }}
40+
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
4141
packageName: io.github.solfeguido
42-
releaseFiles: app/build/outputs/bundle/release/app-embed-record-release.aab
42+
releaseFiles: app/build/outputs/bundle/embedRecordRelease/app-embed-record-release.aab
4343
track: production
4444
whatsNewDirectory: .github/distribution/whatsnew
4545

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:8.10.0'
8+
classpath 'com.android.tools.build:gradle:8.13.0'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
#Thu Oct 02 19:20:36 CEST 2025
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
45
networkTimeout=10000
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)