Skip to content

Commit

Permalink
Merge pull request #175 from SanojPunchihewa/travis-build
Browse files Browse the repository at this point in the history
Update secret keys
  • Loading branch information
SanojPunchihewa authored May 20, 2020
2 parents f2fdae6 + 9a4dbc5 commit 3753fb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
- secure: HPJUkDZ26zf+QO4tHdDCWbsGQrUClGTFysxoE/n+5udJIdkXnR2vNae54lR9tM7gsjYheMnrZ/MqLqZSwEUncgc2sov9GfHhj0KUbTWm71omG0LOZhrPXYsHlzHQFQT/nRXL9i4wN9OF44BJi7CnLY66zbL5KEA2FgmoKrpE7M1kEaCOVcyeaKTLAxOdTh7zTOSXGOOcYxuNKIkkaCjg9I1PineUVsnl0xOs1sf62AKUyEL1qKMh7OrjNSkpf2tCnOX/znSnPdjYDq8tq3QItpXPaOviSZ9HVdEjdFzcGdbOYrj0b2euM9CgjpcrIkFWukpY6MCqbWoKxDXczIU0IWp3cEakQ7+wgS8K9wAe+R34FL/jTa3CF/sbx6AkzGK3u07CmLf/93lQus8N1L4an7Pr05A6GUtH7FPYJGfRnWshqFh0Ue2gGkiFPt6I9f3eYEWT2QqpBpL9DSLhVycma0s55DINUHIaCyRPRwYTvOu/q9HnsQrn61dHdM7DMbgEJjA+jLXSGgEnZ+yg/0nKUPW5TBxgzBU35+IxAz+r6q3+kH9bhaDSnbJqWduP/rrOOFtym1zkCnHysl4z2yJ10Y6+w2GAkGQ9bdD3moOtnqy0LnG60jQDdOJywbGCPef18Zup+BVFaaxIbkJkfV+oH34lpKcriWknnimiyOMYEno=
before_install:
- if [ $TRAVIS_PULL_REQUEST == "false" ]; then
openssl aes-256-cbc -K $encrypted_83a37975ea22_key -iv $encrypted_83a37975ea22_iv -in secret-keys.tar.enc -out secret-keys.tar -d;
openssl aes-256-cbc -K $encrypted_c9acde0cb2f4_key -iv $encrypted_c9acde0cb2f4_iv -in secret-keys.tar.enc -out secret-keys.tar -d;
tar xvf secret-keys.tar;
fi
- touch $HOME/.android/repositories.cfg
Expand Down
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ android {

if (isRunningOnTravis) {
play {
track = "beta"
track = "alpha"
userFraction = 1
serviceAccountEmail = System.getenv("SERVICE_ACCOUNT_NAME")
serviceAccountCredentials = file("../play.p12")
serviceAccountCredentials = file("../play.json")
}
}

Expand Down
Binary file modified secret-keys.tar.enc
Binary file not shown.

0 comments on commit 3753fb4

Please sign in to comment.