diff --git a/.github/workflows/gitlab-mirror.yml b/.github/workflows/gitlab-mirror.yml index ede99f4..5d95e94 100644 --- a/.github/workflows/gitlab-mirror.yml +++ b/.github/workflows/gitlab-mirror.yml @@ -29,7 +29,6 @@ jobs: - name: Check for differences with GitLab id: diffcheck run: | - # Если нет ветки main на GitLab, пушим всегда if ! git rev-parse gitlab/main >/dev/null 2>&1; then echo "has_diff=true" >> $GITHUB_OUTPUT else diff --git a/pubspec.yaml b/pubspec.yaml index 843c7b5..c10dd5b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -58,7 +58,7 @@ dependencies: # Utils equatable: ^2.0.5 url_launcher: ^6.3.2 - auto_route: ^8.3.0 + auto_route: ^8.1.0 # File operations and path management path_provider: ^2.1.4 permission_handler: ^11.3.1