mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 21:06:09 +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 {
|
||||
applicationId "it.niedermann.owncloud.notes"
|
||||
minSdkVersion 17
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 29
|
||||
versionCode 2017000
|
||||
versionName "2.17.0"
|
||||
|
|
Loading…
Reference in a new issue