diff options
author | cyberta <cyberta@riseup.net> | 2022-05-12 20:15:48 +0200 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-05-12 20:16:01 +0200 |
commit | c907330149da2ab5c014d959ab2c697d42101119 (patch) | |
tree | 555e161d1e944fb90a7249c0d7b7c1dd8f291ff1 | |
parent | 0accbebf0d7680d48ea3d27b05c344be7e965d6f (diff) |
add note about currently supported android versions in README.md
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -23,7 +23,7 @@ Please see the [issues](https://0xacab.org/leap/bitmask_android/issues) section * [Debug APKs](#debug-apks) * [Release APKs](#release-apks) * [Signed Release APKs](#signed-release-apks) -* [Updating Submodules](#updating-submodules) +* [Supported Versions](#supported-versions) * [Acknowledgments](#acknowledgments) * [Contributing](#contributing) @@ -183,6 +183,10 @@ If you want to build and sign apks and aab bundles for the current commit, run: Please check `./prepareFordistribution.sh -h` for all options! +## Supported Versions <a name="supported-versions"></a> + +Currently API 16 (Android 4.1) - API 30 (Android 11) are officially supported. Keep backwards compatibility in mind if you plan to contribute new features. + ## Acknowledgments <a name="acknowledgments"></a> This project bases its work in [ics-openvpn project](https://code.google.com/p/ics-openvpn/). |