We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9b0e7 commit a395827Copy full SHA for a395827
2 files changed
.github/workflows/android.yml
@@ -31,7 +31,7 @@ jobs:
31
run: ./gradlew connectedCheck --no-daemon
32
- name: Publish with Gradle
33
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
34
- run: ./gradlew assembleRelease publish --no-daemon
+ run: ./gradlew assembleRelease publishApps --no-daemon
35
env:
36
KEYSTORE_STORE_PASS: ${{ secrets.KEYSTORE_STORE_PASS }}
37
KEYSTORE_KEY_ALIAS: gianlu
app/build.gradle
@@ -69,7 +69,7 @@ android {
69
}
70
71
lintOptions {
72
- warning 'MissingTranslation'
+ warning 'MissingTranslation', 'Instantiatable'
73
74
75
playConfigs {
0 commit comments