File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pipeline:
19
19
- /tmp/cache:/cache
20
20
21
21
test:
22
- image: jsonfry/android-sdk:19.06
22
+ image: jsonfry/android-sdk:19.09
23
23
pull: true
24
24
commands:
25
25
- export GRADLE_USER_HOME=$PWD/.gradle # so we can cache dependencies
@@ -28,7 +28,7 @@ pipeline:
28
28
event: push
29
29
30
30
fabricbeta:
31
- image: jsonfry/android-sdk:19.06
31
+ image: jsonfry/android-sdk:19.09
32
32
pull: true
33
33
secrets: [ app_key ] # if you pass in your app's key as an environment variable
34
34
commands:
@@ -39,7 +39,7 @@ pipeline:
39
39
event: push
40
40
41
41
testdevices:
42
- image: jsonfry/android-sdk:19.06
42
+ image: jsonfry/android-sdk:19.09
43
43
pull: true
44
44
privileged: true
45
45
devices:
@@ -53,7 +53,7 @@ pipeline:
53
53
event: push
54
54
55
55
release:
56
- image: jsonfry/android-sdk:19.06
56
+ image: jsonfry/android-sdk:19.09
57
57
pull: true
58
58
secrets: [ app_key ]
59
59
commands:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ platform-tools
2
2
platforms;android-29
3
3
platforms;android-28
4
4
platforms;android-27
5
- build-tools;29.0.0
5
+ build-tools;29.0.2
6
6
build-tools;28.0.3
7
7
build-tools;27.0.3
8
8
extras;android;m2repository
You can’t perform that action at this time.
0 commit comments