Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Correct link reg. minimum required app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ein-Tim committed Aug 22, 2021
1 parent 5574a52 commit 1fd6438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwa-versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We plan to never deprecate outdated API versions. That means that even on MAJOR

Backend components will always remain compatible due to ongoing the availability of old API versions.

To ensure that all clients use the current "state of the art" information in order to apply the respective algorithms the cwa-server component can deprecate older Android and iOS app versions. The current minimum required app versions can be viewed in the [App Version Config](https://github.com/corona-warn-app/cwa-server/blob/master/services/distribution/src/main/resources/application.yaml#L93).
To ensure that all clients use the current "state of the art" information in order to apply the respective algorithms the cwa-server component can deprecate older Android and iOS app versions. The current minimum required app versions can be viewed in the [App Version Config](https://github.com/corona-warn-app/cwa-server/blob/main/services/distribution/src/main/resources/application.yaml#L118).
The `app-version-config` is checked by the mobile clients on a regular basis. When the client detects that the required `min` version is higher than the current installed version, the user will be notified about the need to update the app. The app will not be useable until this update is performed.

## Changelogs
Expand Down

0 comments on commit 1fd6438

Please sign in to comment.