This repository was archived by the owner on Oct 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,13 @@ android:
1515 components :
1616 - platform-tools
1717 - tools
18- - build-tools-$ANDROID_BUILD_TOOLS_VERSION
1918 - android-$ANDROID_API_LEVEL
2019 - extra-google-google_play_services
2120 - extra-android-support
2221 - extra-google-m2repository
2322 - extra-android-m2repository
24- - android-$EMULATOR_API_LEVEL
2523 - addon-google_apis-google-$ANDROID_API_LEVEL
2624 - addon-google_apis-google-$EMULATOR_API_LEVEL
27- - sys-img-armeabi-v7a-google_apis-$ANDROID_API_LEVEL
28- - sys-img-armeabi-v7a-google_apis-$EMULATOR_API_LEVEL
2925
3026
3127 licenses :
@@ -38,10 +34,6 @@ android:
3834 - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
3935 - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
4036
41- before_script :
42- - echo no | android create avd --force -n test -t "android-"$EMULATOR_API_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG
43- - emulator -avd test -no-skin -no-audio -no-window &
44- - android-wait-for-emulator
4537
4638script :
47- - ./gradlew connectedAndroidTest coveralls
39+ - ./gradlew connectedAndroidTest coveralls
You can’t perform that action at this time.
0 commit comments