Skip to content

Commit a395827

Browse files
committed
Fixed GPP publish task + lint warnings
1 parent 0c9b0e7 commit a395827

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: ./gradlew connectedCheck --no-daemon
3232
- name: Publish with Gradle
3333
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
34-
run: ./gradlew assembleRelease publish --no-daemon
34+
run: ./gradlew assembleRelease publishApps --no-daemon
3535
env:
3636
KEYSTORE_STORE_PASS: ${{ secrets.KEYSTORE_STORE_PASS }}
3737
KEYSTORE_KEY_ALIAS: gianlu

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ android {
6969
}
7070

7171
lintOptions {
72-
warning 'MissingTranslation'
72+
warning 'MissingTranslation', 'Instantiatable'
7373
}
7474

7575
playConfigs {

0 commit comments

Comments
 (0)