Skip to content

Commit 5688639

Browse files
committed
build-tools 29.0.0->29.0.2, platforms;android 1->3, platform-tools 29.0.1->29.0.2
1 parent 8301c90 commit 5688639

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pipeline:
1919
- /tmp/cache:/cache
2020
2121
test:
22-
image: jsonfry/android-sdk:19.06
22+
image: jsonfry/android-sdk:19.09
2323
pull: true
2424
commands:
2525
- export GRADLE_USER_HOME=$PWD/.gradle # so we can cache dependencies
@@ -28,7 +28,7 @@ pipeline:
2828
event: push
2929
3030
fabricbeta:
31-
image: jsonfry/android-sdk:19.06
31+
image: jsonfry/android-sdk:19.09
3232
pull: true
3333
secrets: [ app_key ] # if you pass in your app's key as an environment variable
3434
commands:
@@ -39,7 +39,7 @@ pipeline:
3939
event: push
4040
4141
testdevices:
42-
image: jsonfry/android-sdk:19.06
42+
image: jsonfry/android-sdk:19.09
4343
pull: true
4444
privileged: true
4545
devices:
@@ -53,7 +53,7 @@ pipeline:
5353
event: push
5454
5555
release:
56-
image: jsonfry/android-sdk:19.06
56+
image: jsonfry/android-sdk:19.09
5757
pull: true
5858
secrets: [ app_key ]
5959
commands:

Diff for: packages

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ platform-tools
22
platforms;android-29
33
platforms;android-28
44
platforms;android-27
5-
build-tools;29.0.0
5+
build-tools;29.0.2
66
build-tools;28.0.3
77
build-tools;27.0.3
88
extras;android;m2repository

0 commit comments

Comments
 (0)