Skip to content

Commit

Permalink
Merge pull request Automattic#438 from Automattic/update/add-post-not…
Browse files Browse the repository at this point in the history
…ifications-permission_7.25

Add POST_NOTIFICATIONS permission to 7.25 release
  • Loading branch information
ashiagr committed Oct 21, 2022
2 parents 39fa220 + 6d00e8c commit eaddf2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@
([#389](https://github.com/Automattic/pocket-casts-android/pull/389)).
* 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
-----

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

7.24
7.24.0
-----

* Bug Fixes:
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

0 comments on commit eaddf2f

Please sign in to comment.