diff --git a/README.md b/README.md index d2bdb8b..7914140 100644 --- a/README.md +++ b/README.md @@ -87,5 +87,5 @@ Tested * Android Kitkat `android-4.4.4_r2.0.1` * Android Lollipop `android-5.0.2_r1` -* Android Marshmallow `android-6.0.1_r72` +* Android Marshmallow `android-6.0.1_r79` * Android Nougat `android-7.0.0_r14` diff --git a/tests/build-marshmallow.sh b/tests/build-marshmallow.sh index 7507097..635f5e4 100755 --- a/tests/build-marshmallow.sh +++ b/tests/build-marshmallow.sh @@ -9,7 +9,7 @@ set -ex if [ "$1" = "docker" ]; then - TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r72} + TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r79} TEST_URL=${TEST_URL:-https://android.googlesource.com/platform/manifest} cpus=$(grep ^processor /proc/cpuinfo | wc -l)