summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2024-02-29 13:25:33 +0000
committercyberta <cyberta@riseup.net>2024-02-29 13:25:33 +0000
commitdddd5217ebf4400ae237817de8bb0bbdba37da77 (patch)
tree67552f7e8d50cc7da7e638322ec5d6263a65187f
parent8e36bc272cabcf0d6a701cea0be78f229eb487ef (diff)
parentafa70f09c824c4dce0c7bc3c377561b3b9ecb8df (diff)
Merge branch 'kwadronaut-master-patch-5d68' into 'master'
Update supported android levels See merge request leap/bitmask_android!274
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index b472f45a..4b779be2 100644
--- a/README.md
+++ b/README.md
@@ -39,11 +39,11 @@ We will assume for convenience that you are installing on a Debian- or Ubuntu-ba
The Bitmask Android Client has the following system-level dependencies:
-* JDK 11
-* Android SDK Tools, v. 30.0.3, with these packages:
- * Platform-Tools, v. 30.0.3
- * Build-Tools, API v. 30
- * Platforms 30
+* JDK 17
+* Android SDK Tools, v. 34.0.3, with these packages:
+ * Platform-Tools, v. 34.0.5
+ * Build-Tools, API v. 34
+ * Platforms 34
* Android Support Repository
* Google Support Repository
* NDK v. r21e (enables C code in Android)
@@ -62,7 +62,7 @@ Install with:
```bash
sudo apt-get update -qq && \
- apt-get install -y openjdk-11-jdk
+ apt-get install -y openjdk-17-jdk
```
### C Libraries <a name="c-libraries"></a>
@@ -202,7 +202,7 @@ All the localizations happen in Transifex. How to generate, push, pull the trans
## 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.
+Currently API 21 (Android 5.0) - API 34 (Android 14) are officially supported. Keep backwards compatibility in mind if you plan to contribute new features.
## Acknowledgments <a name="acknowledgments"></a>