refactor: update openstapps dependencies

This commit is contained in:
Rainer Killinger
2023-05-08 13:25:59 +02:00
parent 0f970fa1f1
commit 28f106b530
4 changed files with 395 additions and 249 deletions

View File

@@ -21,7 +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: '2.0.0',
backend_version: '3.0.0',
production: true,
};

View File

@@ -21,7 +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: '2.0.0',
backend_version: '3.0.0',
production: false,
};