We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1ca25 commit 51fdc21Copy full SHA for 51fdc21
2 files changed
.travis.yml
@@ -27,7 +27,7 @@ addons:
27
28
script:
29
- touch app/extra.gradle
30
- - printf 'GooglePlayLicenseKey="GooglePlayLicenseKey"\nIapProductKey="IapProductKey"' > app/keys.properties
+ - printf 'GooglePlayLicenseKey="GooglePlayLicenseKey"\nIapProductKey="IapProductKey"\ncc="cc"\nii="ii"' > app/keys.properties
31
- MALLOC_ARENA_MAX=1
32
- chmod a+x gradlew
33
- ./gradlew clean assembleRelease --stacktrace
app/build.gradle
@@ -67,7 +67,6 @@ android {
67
}
68
debug {
69
minifyEnabled false
70
- shrinkResources false
71
72
73
0 commit comments