From 61dfdc7862e11a1c35678e49ac976a69aed357c2 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 12 Feb 2019 17:46:04 +0100 Subject: [PATCH] CI: The Android Licenses have already been accepted in the image --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 879b47a4..7161b53e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,9 +20,6 @@ jobs: - run: name: Create Android Key file 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