-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge/release 7.27.1 to main #625
Conversation
(cherry picked from commit 4fa2583)
Popular font scale values: 1, 1.15, 1.3
End of Year: Design tweaks (part ii)
…utton Add disable scale to replay button
End of Year: Fix modal keeps popping up when opening the app (logged out state)
# Conflicts: # modules/features/endofyear/src/main/java/au/com/shiftyjelly/pocketcasts/endofyear/views/stories/StoryListenedCategoriesView.kt # modules/features/endofyear/src/main/java/au/com/shiftyjelly/pocketcasts/endofyear/views/stories/StoryListeningTimeView.kt # modules/features/endofyear/src/main/java/au/com/shiftyjelly/pocketcasts/endofyear/views/stories/StoryLongestEpisodeView.kt # modules/features/endofyear/src/main/java/au/com/shiftyjelly/pocketcasts/endofyear/views/stories/StoryTopPodcastView.kt # modules/services/compose/src/main/java/au/com/shiftyjelly/pocketcasts/compose/components/PodcastCover.kt # version.properties
@@ -1,3 +1,3 @@ | |||
# Version Information for Vanilla / Release builds | |||
versionName=7.28-rc-1 | |||
versionCode=9054 | |||
versionName=7.27.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't mess up the remaining 7.28 release, right? I can't remember.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll shortly submit 7.28-rc-2
merging these changes with a higher version code. So it won't mess up. 🙂
Revert "Merge pull request #625 from Automattic/merge/release-7.27.1-…
Includes #623 and #619