File tree Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Expand file tree Collapse file tree 1 file changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : android
2
+ jdk : oraclejdk8
3
+ env :
4
+ global :
5
+ - ANDROID_TARGET=android-23
6
+ - ANDROID_ABI=armeabi-v7a
2
7
android :
3
8
components :
4
9
# Uncomment the lines below if you want to
5
10
# use the latest revision of Android SDK Tools
11
+ - tools
12
+ - platform-tools
6
13
- build-tools-27.0.3
7
14
- android-23
8
- - extra
9
-
10
- # The BuildTools version used by your project
11
- - build-tools-27.0.3
12
-
13
- # The SDK version used to compile your project
14
- - android-23
15
+ - extra-android-m2repository
16
+ - sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
15
17
16
18
# Additional components
17
19
# - extra-google-google_play_services
18
- - extra-google-m2repository
19
- - extra-android-m2repository
20
+ # - extra-google-m2repository
21
+ # - extra-android-m2repository
20
22
# - addon-google_apis-google-26
21
23
22
24
# Specify at least one system image,
23
25
# if you need to run emulator(s) during your tests
24
- - sys-img-armeabi-v7a-android-26
25
- # - sys-img-armeabi-v7a-android-17
26
+ # - sys-img-armeabi-v7a-android-26
27
+ # - sys-img-armeabi-v7a-android-17
28
+
29
+
30
+ before_install :
31
+ - chmod +x visionSamples/FaceTracker/gradlew
32
+ - ./visionSamples/FaceTracker/gradlew dependencies || true
You can’t perform that action at this time.
0 commit comments