diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9daccc7c8..b6cb9bf9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,8 +15,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: '0' - name: Install Flutter uses: subosito/flutter-action@v2 with: @@ -54,8 +52,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - with: - fetch-depth: '0' - name: Install Flutter uses: subosito/flutter-action@v2 - name: Build diff --git a/lib/data/res/build_data.dart b/lib/data/res/build_data.dart index 2d84ad230..b04a2b3b1 100644 --- a/lib/data/res/build_data.dart +++ b/lib/data/res/build_data.dart @@ -2,6 +2,6 @@ class BuildData { static const String name = "ServerBox"; - static const int build = 1014; + static const int build = 1013; static const int script = 50; } diff --git a/pubspec.lock b/pubspec.lock index 89599364e..47a032599 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -385,8 +385,8 @@ packages: dependency: "direct main" description: path: "." - ref: "v1.0.67" - resolved-ref: e91886e49ccede77ba7fed14325963ac260f999e + ref: "v1.0.72" + resolved-ref: "7b57c8e08ff199247bb174d499876627b10f86b5" url: "https://github.com/lppcg/fl_lib" source: git version: "0.0.1" @@ -1434,14 +1434,14 @@ packages: source: hosted version: "3.0.0" webdav_client: - dependency: transitive + dependency: "direct main" description: path: "." - ref: main - resolved-ref: "88de97ad783c624d81b0dbcc09927b10aabd5580" + ref: "v1.0.66" + resolved-ref: "1908cd0f4909730d9ae4d4fc4c05fb2576b3f674" url: "https://github.com/lollipopkit/webdav_client" source: git - version: "1.2.1" + version: "1.2.2" win32: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 513d23100..22a85c56a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -55,10 +55,14 @@ dependencies: git: url: https://github.com/lollipopkit/plain_notification_token ref: v1.0.23 + webdav_client: + git: + url: https://github.com/lollipopkit/webdav_client + ref: v1.0.66 fl_lib: git: url: https://github.com/lppcg/fl_lib - ref: v1.0.67 + ref: v1.0.72 dependency_overrides: # dartssh2: