summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2021-10-08 11:05:20 +0200
committerAlbin <albin@mullvad.net>2021-10-08 11:36:17 +0200
commitfbde405fbf19a7c516ffeec7c7ed0ba2ee13ede3 (patch)
tree72c34718484ea2a559f47cb45708d4be4ceff75a
parent4483a4d8ad3c3df471a584fe81f5f28a4da562d5 (diff)
downloadmullvadvpn-fbde405fbf19a7c516ffeec7c7ed0ba2ee13ede3.tar.xz
mullvadvpn-fbde405fbf19a7c516ffeec7c7ed0ba2ee13ede3.zip
Drop support for Android 7/7.1
Android 8/API level 26 or later is now required.
-rw-r--r--CHANGELOG.md3
-rw-r--r--android/build.gradle2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c093f7bcca..8e3d205723 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -56,6 +56,9 @@ Line wrap the file at 100 chars. Th
- Upgrade Wintun from 0.10.4 to 0.13.
- Reduce tunnel setup time for OpenVPN by disabling DAD.
+#### Android
+- Drop support for Android 7/7.1 (Android 8/API level 26 or later is now required).
+
### Fixed
- Fix link to download page not always using the beta URL when it should.
- Fix deadlock that may occur when the API cannot be reached while entering the connecting state.
diff --git a/android/build.gradle b/android/build.gradle
index 278bef878e..abf3e64407 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -20,7 +20,7 @@ android {
defaultConfig {
applicationId "net.mullvad.mullvadvpn"
- minSdkVersion 24
+ minSdkVersion 26
targetSdkVersion 30
versionCode 21010099
versionName "2021.1"