Revert change to how notifications are loaded on mobile

This commit is contained in:
Paul Frazee 2023-12-13 13:48:49 -08:00
parent a713f77e03
commit 5fa43530f6
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ module.exports = function () {
/**
* iOS build number. Must be incremented for each TestFlight version.
*/
const IOS_BUILD_NUMBER = '1'
const IOS_BUILD_NUMBER = '2'
/**
* Android build number. Must be incremented for each release.