mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-26 14:57:38 +03:00
Increase minSdkVersion to 18 (= Android 4.3)
This commit is contained in:
parent
350662066d
commit
4c6d6cd209
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "it.niedermann.owncloud.notes"
|
applicationId "it.niedermann.owncloud.notes"
|
||||||
minSdkVersion 17
|
minSdkVersion 18
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 2017000
|
versionCode 2017000
|
||||||
versionName "2.17.0"
|
versionName "2.17.0"
|
||||||
|
|
Loading…
Reference in a new issue