mirror of https://github.com/readrops/Readrops.git
Bump app version and add changelog
This commit is contained in:
parent
cec3c467cf
commit
1ef9757aaf
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue