Skip to content

Commit

Permalink
fix: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
thoreyjona committed Sep 27, 2024
1 parent 6df8cb7 commit 2889412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/native/app/src/utils/minimum-app-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export const needsToUpdateAppVersion = async (): Promise<boolean> => {

const currentVersion = DeviceInfo.getVersion()

return compareVersions.compare('1.4.5', currentVersion, '>')
return compareVersions.compare(minimumVersionSupported, currentVersion, '>')
}

0 comments on commit 2889412

Please sign in to comment.