mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +03:00
bump version to 2.17.1
This commit is contained in:
parent
19b82fb937
commit
195845c98a
2 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
applicationId "it.niedermann.owncloud.notes"
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 29
|
||||
versionCode 2017000
|
||||
versionName "2.17.0"
|
||||
versionCode 2017001
|
||||
versionName "2.17.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
|
1
fastlane/metadata/android/en-US/changelogs/2017001.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/2017001.txt
Normal file
|
@ -0,0 +1 @@
|
|||
- Upgrade minSdkVersion to 18 (= Android 4.3) following the files app
|
Loading…
Reference in a new issue