diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b69752..05674287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### Enhancements +- Android 8.1 Developer Preview 1 is now supported. Note that future preview versions may require more changes. - The network column in the device list is now based on a value that gets updated in real time. The format of the column has changed slightly due to this change. - The `--mute-master` option now accepts the values `never` (default), `inuse` (only when a device is being used), and `always` (mute pre-emptively during setup phase). For backwards compatibility, `--mute-master` with no value maps to `inuse`, and `--no-mute-master` to `never`. - The battery level and battery temperature columns are now filterable with comparison operators. diff --git a/README.md b/README.md index c580c8ad..6c1c18fc 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Please [contact us][contact-link] for sponsor arrangements. Both recurring and o * OS support - Android - * Supports versions 2.3.3 (SDK level 10) to 8.0 (SDK level 26) + * Supports versions 2.3.3 (SDK level 10) to 8.1 Developer Preview 1 (SDK level 27) * Supports Wear 5.1 (but not 5.0 due to missing permissions) * Supports Fire OS, CyanogenMod, and other heavily Android based distributions * `root` is **not** required for any current functionality diff --git a/package.json b/package.json index 997a3ea8..4f1f0f0f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "lodash": "^4.14.2", "markdown-serve": "^0.3.2", "mime": "^1.3.4", - "minicap-prebuilt": "^2.0.0", + "minicap-prebuilt": "^2.1.0", "minimatch": "^3.0.3", "minitouch-prebuilt": "^1.0.0", "my-local-ip": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index e3f6b057..96268586 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4280,9 +4280,9 @@ mimic-fn@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18" -minicap-prebuilt@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/minicap-prebuilt/-/minicap-prebuilt-2.0.0.tgz#e63fac85a2d59520811c3f676f3caad83e75d087" +minicap-prebuilt@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/minicap-prebuilt/-/minicap-prebuilt-2.1.0.tgz#6c0ecd57786fd9227d60d91ae2e79fbb16b91a6e" minimalistic-assert@^1.0.0: version "1.0.0"