From 34529f1d3f4f8ea559758fa6a15049e8fa55fdce Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 12 Feb 2019 16:50:48 +0100 Subject: [PATCH] CircleCI: Accept Android Licenses --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e529bc84..b4db2230 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,10 @@ jobs: command: echo "$GOOGLE_PLAY_KEY" | base64 -di > android/google-play-key.json - run: name: Create Android Key file - command: echo "$ANDROID_KEY_FILE" | base64 -di > android/key.propertier + command: echo "$ANDROID_KEY_FILE" | base64 -di > android/key.properties + - run: + name: Accept Android Licenses + command: $ANDROID_HOME/tools/bin/sdkmanager --update - run: name: Publish Beta command: cd android && fastlane betaBuild