Bump app version and add changelog

This commit is contained in:
Shinokuni 2020-11-22 18:43:43 +01:00
parent cec3c467cf
commit 1ef9757aaf
3 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,9 @@
#v1.2.0
# v1.2.1
- Accept null value for Nextcloud News feed attribute folderId #87
- Fix local RSS url parsing
# v1.2.0
- Adaptive icon
- Background synchronisation

View File

@ -12,8 +12,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
versionCode 11
versionName "1.2.0"
versionCode 12
versionName "1.2.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
testOptions {

View File

@ -0,0 +1,4 @@
<ul>
<li>Accept null value for Nextcloud News feed attribute folderId #87</li>
<li>Fix local RSS url parsing</li>
</ul>