diff options
| author | Albin <albin@mullvad.net> | 2021-10-08 11:05:20 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2021-10-08 11:36:17 +0200 |
| commit | fbde405fbf19a7c516ffeec7c7ed0ba2ee13ede3 (patch) | |
| tree | 72c34718484ea2a559f47cb45708d4be4ceff75a /android | |
| parent | 4483a4d8ad3c3df471a584fe81f5f28a4da562d5 (diff) | |
| download | mullvadvpn-fbde405fbf19a7c516ffeec7c7ed0ba2ee13ede3.tar.xz mullvadvpn-fbde405fbf19a7c516ffeec7c7ed0ba2ee13ede3.zip | |
Drop support for Android 7/7.1
Android 8/API level 26 or later is now required.
Diffstat (limited to 'android')
| -rw-r--r-- | android/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
