We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48da94b + 2b4eec3 commit b2de320Copy full SHA for b2de320
README.md
@@ -87,5 +87,5 @@ Tested
87
88
* Android Kitkat `android-4.4.4_r2.0.1`
89
* Android Lollipop `android-5.0.2_r1`
90
-* Android Marshmallow `android-6.0.1_r72`
+* Android Marshmallow `android-6.0.1_r79`
91
* Android Nougat `android-7.0.0_r14`
tests/build-marshmallow.sh
@@ -9,7 +9,7 @@
9
set -ex
10
11
if [ "$1" = "docker" ]; then
12
- TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r72}
+ TEST_BRANCH=${TEST_BRANCH:-android-6.0.1_r79}
13
TEST_URL=${TEST_URL:-https://android.googlesource.com/platform/manifest}
14
15
cpus=$(grep ^processor /proc/cpuinfo | wc -l)
0 commit comments