mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Bump minSdk version to 23
22 is under 0.5% of users Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
16b83131c8
commit
a5afe1ec41
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ android {
|
|||
compileSdkVersion 29
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 22
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 29
|
||||
|
||||
// arguments to be passed to functional tests
|
||||
|
|
Loading…
Reference in a new issue