diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index d423adf..60f11be 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - projects: [app, api, tools] + projects: [app, tools] defaults: run: working-directory: ${{ matrix.projects }} diff --git a/FLUTTER_VERSION b/FLUTTER_VERSION index ff6984e..0bc8e96 100644 --- a/FLUTTER_VERSION +++ b/FLUTTER_VERSION @@ -1 +1 @@ -3.19.6 \ No newline at end of file +3.19.5 \ No newline at end of file diff --git a/app/pubspec.lock b/app/pubspec.lock index 5b96c96..a001393 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -197,8 +197,8 @@ packages: dependency: transitive description: path: "packages/dart_leap" - ref: "47a223756447b027f6e0d2f7e537f4a1ca4bbce7" - resolved-ref: "47a223756447b027f6e0d2f7e537f4a1ca4bbce7" + ref: "992f8062618ef1e78ee92efc7a709eb0d476e1d0" + resolved-ref: "992f8062618ef1e78ee92efc7a709eb0d476e1d0" url: "https://github.com/LinwoodDev/dart_pkgs" source: git version: "1.0.0" @@ -538,8 +538,8 @@ packages: dependency: "direct main" description: path: "packages/material_leap" - ref: "7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e" - resolved-ref: "7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e" + ref: "9338503df442df2e9a156511de1e93dfee8c4257" + resolved-ref: "9338503df442df2e9a156511de1e93dfee8c4257" url: "https://github.com/LinwoodDev/dart_pkgs.git" source: git version: "0.0.1" diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 2b6f26f..4bd719c 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: material_leap: git: url: https://github.com/LinwoodDev/dart_pkgs.git - ref: 7a0a8dc7eaca62e83d85259dab12e11b5f14ac8e + ref: 9338503df442df2e9a156511de1e93dfee8c4257 path: packages/material_leap flex_color_scheme: ^7.2.0 flutter_svg: ^2.0.10+1