You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require at least version 9.0.0 of app-lib-dotnet. Ensure this by setting MINIMUM_APPLICATION_VERSION which will show an error if the app is not up to date.
Remove all code-paths that are in effect if the backend version is not up to date enough (paths where isAtLeastVersion(something) is false), we can assume that all apps are at least these versions when requiring a new major version.
9.0.0
ofapp-lib-dotnet
. Ensure this by settingMINIMUM_APPLICATION_VERSION
which will show an error if the app is not up to date.isAtLeastVersion(something)
isfalse
), we can assume that all apps are at least these versions when requiring a new major version.The text was updated successfully, but these errors were encountered: