From 3aac7b063e27248770f72b4db0f721375bcb79e1 Mon Sep 17 00:00:00 2001 From: Arnav Gupta Date: Sun, 20 May 2018 00:05:06 +0530 Subject: [PATCH 1/3] update to build tool 27 --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index ff35d7a..8339eda 100644 --- a/circle.yml +++ b/circle.yml @@ -9,12 +9,12 @@ dependencies: - ~/.gradle - ~/.android override: - - echo y | android update sdk --no-ui --filter "android-25,build-tools-25.0.2" + - echo y | android update sdk --no-ui --filter "android-27,build-tools-27.0.3" - echo y | android update sdk --no-ui --all --filter "platform-tools, tools" - - echo y | android update sdk --no-ui --all --filter "android-25, build-tools-25.0.2" + - echo y | android update sdk --no-ui --all --filter "android-27, build-tools-27.0.3" - echo y | android update sdk --no-ui --all --filter "extra-android-m2repository" - echo y | android update sdk --no-ui --all --filter "extra-google-m2repository" - - echo y | android update sdk --no-ui --all --filter "addon-google_apis-google-25" + - echo y | android update sdk --no-ui --all --filter "addon-google_apis-google-27" - echo y | android update sdk --no-ui --all --filter "extra-android-support" # - echo y | android update sdk --no-ui --all --filter "sys-img-armeabi-v7a-addon-google_apis-google-21" test: From 0422acfcd61fcbb31505a7782615dea3599b0180 Mon Sep 17 00:00:00 2001 From: Arnav Gupta Date: Mon, 21 May 2018 02:42:11 +0530 Subject: [PATCH 2/3] Update circle.yml --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 7f180f6..9a4482d 100644 --- a/circle.yml +++ b/circle.yml @@ -32,8 +32,8 @@ test: # run tests against the emulator after waiting. # - "adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done; input keyevent 82'" - circle-android wait-for-boot: - timeout: 720 - - ./gradlew connectedCheck + timeout: 900 + - ./gradlew jacocoTestReport # run lint checker #- lint app --html app/build/outputs/result.html From 6241cec0b09f05a3276e4beabf8e4c75f06d84eb Mon Sep 17 00:00:00 2001 From: Arnav Gupta Date: Mon, 21 May 2018 02:42:32 +0530 Subject: [PATCH 3/3] Update circle.yml --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 9a4482d..a60f9c6 100644 --- a/circle.yml +++ b/circle.yml @@ -22,7 +22,7 @@ test: pre: # start the emulator # - android create avd --force -n test -t android-21 --abi armeabi-v7a - - emulator -avd circleci-android24 -no-window: + - emulator -avd circleci-android22 -no-window: background: true parallel: true override: