mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
change minimum supported Android version to 4.2
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
b960e9c9ba
commit
4a6f5b2da7
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ android {
|
||||||
compileSdkVersion 29
|
compileSdkVersion 29
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 17
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|
||||||
// arguments to be passed to functional tests
|
// arguments to be passed to functional tests
|
||||||
|
|
Loading…
Reference in a new issue