diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-12-29 16:23:50 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-12-30 11:20:34 -0800 |
commit | bae683ad5337f5c71354df24ab0c7df5f03feb4c (patch) | |
tree | 848ef8b3f6f4163a5173587836f7a50e2c7fbc0a /scripts | |
parent | ad84a96fdbc61a2d9cfb5b251102497b66b638f2 (diff) | |
download | subsurface-bae683ad5337f5c71354df24ab0c7df5f03feb4c.tar.gz |
Travis: use 5.12.03 Docker image for Android
With this we have working arm and arm64 images (except that the arm64
image crashes when using Bluetooth).
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/android/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/android/before_install.sh b/scripts/android/before_install.sh index 1742a39da..a903b1fc0 100644 --- a/scripts/android/before_install.sh +++ b/scripts/android/before_install.sh @@ -19,5 +19,5 @@ docker run -v $PWD:/android/subsurface \ -v $PARENT/subsurface-mobile-build-docker-arm64:/android/subsurface-mobile-build-arm64 \ --name=android-builder \ -w /android \ - -d dirkhh/android-builder:5.12.02 \ + -d dirkhh/android-builder:5.12.03 \ /bin/sleep 60m |