File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ # v2.0.3
2+ - Fix Fever API compatibility with TinyTiny RSS and yarr, should also fix other providers (#228 + #229 )
3+ - Fix Nextcloud News item duplicates when syncing which would made the app unusable
4+ - Fix Nextcloud News item parsing: items with no title will be ignored
5+
16# v2.0.2
27- Fix crash when opening app from a notification (#223 )
38- Fix Fever API synchronization error (#228 )
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 defaultConfig {
1313 applicationId = " com.readrops.app"
1414
15- versionCode = 19
16- versionName = " 2.0.2 "
15+ versionCode = 20
16+ versionName = " 2.0.3 "
1717 }
1818
1919 buildTypes {
Original file line number Diff line number Diff line change 1+ * Fix Fever API compatibility with TinyTiny RSS and yarr, should also fix other providers (#228 + #229)
2+ * Fix Nextcloud News item duplicates when syncing which would made the app unusable
3+ * Fix Nextcloud News item parsing: items with no title will be ignored
You can’t perform that action at this time.
0 commit comments