File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 9
9
- extra-android-support
10
10
- build-tools-29.0.2
11
11
- build-tools-28.0.3
12
+ - android-29
12
13
- android-28
13
- - android-22
14
- - sys-img-armeabi-v7a-android-22
15
14
licenses :
16
15
- ' android-sdk-preview-license-52d11cd2'
17
16
- ' android-sdk-license-.+'
@@ -22,14 +21,8 @@ before_install:
22
21
- yes | sdkmanager "build-tools;28.0.3"
23
22
jdk :
24
23
- oraclejdk8
25
- # Emulator Management: Create, Start and Wait
26
- before_script :
27
- - echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a -c 100M
28
- - emulator -avd test -no-audio -no-window &
29
- - android-wait-for-emulator
30
- - adb shell input keyevent 82 &
31
24
script :
32
- - ./gradlew clean build test connectedAndroidTest
25
+ - ./gradlew clean test
33
26
notifications :
34
27
email : false
35
28
before_cache :
You can’t perform that action at this time.
0 commit comments