Skip to content

Commit

Permalink
[Fastlane] Release 1.0.1+2
Browse files Browse the repository at this point in the history
  • Loading branch information
rh-id committed Nov 1, 2021
1 parent 126dcb1 commit 16e0e94
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "m.co.rh.id.a_news_provider"
minSdkVersion 16
targetSdkVersion 30
versionCode 1
versionName "1.0.0"
versionCode 2
versionName "1.0.1"
vectorDrawables.useSupportLibrary true
multiDexEnabled = true

Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
New Features:
* Now Feed name displayed when opening RSS item
* The date now shows publication date of the RSS item
* Feed list now display icon
* Add capabilities to filter Unread RSS item

Fixes:
* RSS channel not properly ordered
* Feed list issue didn't update when sync
* Feed list sorted by feed name
* When feed is deleted, not updating selection

0 comments on commit 16e0e94

Please sign in to comment.