Skip to content

Commit 51fdc21

Browse files
committed
Fix travis build
1 parent 8c1ca25 commit 51fdc21

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ addons:
2727

2828
script:
2929
- touch app/extra.gradle
30-
- printf 'GooglePlayLicenseKey="GooglePlayLicenseKey"\nIapProductKey="IapProductKey"' > app/keys.properties
30+
- printf 'GooglePlayLicenseKey="GooglePlayLicenseKey"\nIapProductKey="IapProductKey"\ncc="cc"\nii="ii"' > app/keys.properties
3131
- MALLOC_ARENA_MAX=1
3232
- chmod a+x gradlew
3333
- ./gradlew clean assembleRelease --stacktrace

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ android {
6767
}
6868
debug {
6969
minifyEnabled false
70-
shrinkResources false
7170
}
7271
}
7372

0 commit comments

Comments
 (0)