Skip to content

Commit

Permalink
Revert "android: Update targetSdkVersion to 33 (Android 13)"
Browse files Browse the repository at this point in the history
This reverts commit 6f44474.

From a user report, we found that we now have to handle a new
runtime permission for notifications, and the consequence of not
doing so is that notifications stop working on Android 13. Ouch;
that would have been good to see mentioned in the "behavior changes"
doc:
  https://developer.android.com/about/versions/13/behavior-changes-13#notification-permission-fgs-appearance

Discussion (starting with the user report):
  https://chat.zulip.org/#narrow/stream/48-mobile/topic/.22This.20app.20does.20not.20send.20notifications.22/near/1634168
  • Loading branch information
chrisbobbe committed Sep 1, 2023
1 parent 8133bf2 commit 2e196e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
// but some testing is required and code changes are often required.
// See upstream for background and more discussion:
// https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd
targetSdkVersion = 33
targetSdkVersion = 31

// Should be the latest SDK version available. See upstream recommendation:
// https://medium.com/androiddevelopers/picking-your-compilesdkversion-minsdkversion-targetsdkversion-a098a0341ebd
Expand Down

0 comments on commit 2e196e4

Please sign in to comment.