Skip to content

Commit

Permalink
Merge pull request Automattic#442 from Automattic/merge/release-7.24.…
Browse files Browse the repository at this point in the history
…2-into-main

Merge/release 7.24.2 into main
  • Loading branch information
ashiagr committed Oct 21, 2022
2 parents 445eb2e + 6a9701d commit d4051c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
-----

* New Features:
* Added a Halloween icon.
([#415](https://github.com/Automattic/pocket-casts-android/pull/415)).
* Fixed skip backwards settings
([#425](https://github.com/Automattic/pocket-casts-android/pull/425)).
* Fixed background color for screens using the compose theme
Expand All @@ -22,6 +20,17 @@
* Added new episode lists to Automotive OS. Starred, Listening History, and Files.
([#403](https://github.com/Automattic/pocket-casts-android/pull/403)).

7.24.2
-----

* New Features:
* Added a Halloween icon.
([#415](https://github.com/Automattic/pocket-casts-android/pull/415)).

* Bug Fixes:
* Add missing POST_NOTIFICATIONS permission for Android 13
([#330](https://github.com/Automattic/pocket-casts-android/pull/436)).

7.24
-----

Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<uses-permission android:name="com.android.vending.BILLING" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>

<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>

Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version Information for Vanilla / Release builds
versionName=7.24.1
versionCode=9041
versionName=7.24.2
versionCode=9042

0 comments on commit d4051c8

Please sign in to comment.