summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-05-12 20:15:48 +0200
committercyberta <cyberta@riseup.net>2022-05-12 20:16:01 +0200
commitc907330149da2ab5c014d959ab2c697d42101119 (patch)
tree555e161d1e944fb90a7249c0d7b7c1dd8f291ff1 /README.md
parent0accbebf0d7680d48ea3d27b05c344be7e965d6f (diff)
add note about currently supported android versions in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 063a93fd..3d7e1727 100644
--- a/README.md
+++ b/README.md
@@ -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/).