We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19cef22 commit 35148b0Copy full SHA for 35148b0
2 files changed
.github/workflows/android.yml
@@ -32,7 +32,7 @@ jobs:
32
run: ./gradlew connectedCheck --no-daemon
33
- name: Publish with Gradle
34
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
35
- run: ./gradlew assembleRelease publish --no-daemon
+ run: ./gradlew assembleRelease publishApps --no-daemon
36
env:
37
KEYSTORE_STORE_PASS: ${{ secrets.KEYSTORE_STORE_PASS }}
38
KEYSTORE_KEY_ALIAS: gianlu
app/build.gradle
@@ -55,6 +55,10 @@ android {
55
sourceCompatibility JavaVersion.VERSION_1_8
56
targetCompatibility JavaVersion.VERSION_1_8
57
}
58
+
59
+ lintOptions {
60
+ warning 'MissingTranslation', 'Instantiatable'
61
+ }
62
63
64
play {
0 commit comments