Increase minSdkVersion to 18 (= Android 4.3)

This commit is contained in:
Niedermann IT-Dienstleistungen 2020-10-08 21:10:31 +02:00 committed by GitHub
parent 350662066d
commit 4c6d6cd209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ android {
defaultConfig {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 17
minSdkVersion 18
targetSdkVersion 29
versionCode 2017000
versionName "2.17.0"