refactor: app core version check

This commit is contained in:
Rainer Killinger
2023-07-18 12:41:53 +02:00
parent 9ec35e65f8
commit 2fe8275f2f
4 changed files with 6 additions and 7 deletions

View File

@@ -21,8 +21,7 @@ export const environment = {
backend_url: 'https://mobile.server.uni-frankfurt.de',
app_host: 'mobile.app.uni-frankfurt.de',
custom_url_scheme: 'de.anyschool.app',
backend_version: '3.0.0',
sc_version: '1.0.1',
backend_version: '4.0.0',
production: false,
};