File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ # Thu Oct 02 19:20:36 CEST 2025
12distributionBase =GRADLE_USER_HOME
23distributionPath =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
45networkTimeout =10000
56zipStoreBase =GRADLE_USER_HOME
67zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments