|
|
|
|
@ -4,7 +4,7 @@ variables: |
|
|
|
|
ANDROID_COMPILE_SDK: "28" |
|
|
|
|
ANDROID_BUILD_TOOLS: "28.0.3" |
|
|
|
|
ANDROID_SDK_TOOLS: "4333796" |
|
|
|
|
EMULATOR_VERSION: "22" # Unable to install with newer emulator versions. Don`t know why. |
|
|
|
|
EMULATOR_VERSION: "24" # Unable to install with newer emulator versions. Don`t know why. |
|
|
|
|
|
|
|
|
|
before_script: |
|
|
|
|
- apt-get --quiet update --yes |
|
|
|
|
@ -25,7 +25,7 @@ before_script: |
|
|
|
|
|
|
|
|
|
stages: |
|
|
|
|
- test |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instrumentedTests: |
|
|
|
|
stage: test |
|
|
|
|
script: |
|
|
|
|
|