From 6265d076a7aadb2c90be88790fba419b0121d162 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Sat, 7 Jul 2018 12:14:49 -0700 Subject: [PATCH] Attempting Google Play upload fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 56654504f..1ec8683d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -183,7 +183,7 @@ after_success: GOOGLE_PLAY_PKG=none; fi - if [[ "${SPEC}" = "android-g++" && "${TRAVIS_PULL_REQUEST}" = "false" && "${GOOGLE_PLAY_PKG}" != "none" ]]; then - pip install --user google-api-python-client PyOpenSSL && + pip install --user google-api-python-client 'requests[security]' && openssl aes-256-cbc -K $encrypted_25db6eb7c3fd_key -iv $encrypted_25db6eb7c3fd_iv -in android/Google_Play_Android_Developer-4432a3c4f5d1.json.enc -out android/Google_Play_Android_Developer-4432a3c4f5d1.json -d && ./tools/google_play_upload.py production ${GOOGLE_PLAY_PKG} ${SHADOW_BUILD_DIR}/release/package/QGroundControl.apk; fi -- 2.22.0