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
|
- Adaptive icon
|
||||||
- Background synchronisation
|
- Background synchronisation
|
||||||
|
@ -12,8 +12,8 @@ android {
|
|||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||||
|
|
||||||
versionCode 11
|
versionCode 12
|
||||||
versionName "1.2.0"
|
versionName "1.2.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
testOptions {
|
testOptions {
|
||||||
|
4
fastlane/metadata/android/en-US/changelogs/12.txt
Normal file
4
fastlane/metadata/android/en-US/changelogs/12.txt
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user