mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 21:06:09 +03:00
Update targetSdkVersion to 30
This commit is contained in:
parent
6e336446af
commit
ddf33a6bc3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ android {
|
|||
defaultConfig {
|
||||
applicationId "it.niedermann.owncloud.notes"
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 30
|
||||
versionCode 2017001
|
||||
versionName "2.17.1"
|
||||
multiDexEnabled true
|
||||
|
|
Loading…
Reference in a new issue