From ea26f6a28e6246b5e959678326d4ed1032697ddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:26:41 +0000 Subject: [PATCH] Chore(deps): Bump app.cash.zipline:zipline-android from 1.24.0 to 1.26.0 Bumps [app.cash.zipline:zipline-android](https://github.com/cashapp/zipline) from 1.24.0 to 1.26.0. - [Release notes](https://github.com/cashapp/zipline/releases) - [Changelog](https://github.com/cashapp/zipline/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/cashapp/zipline/compare/1.24.0...1.26.0) --- updated-dependencies: - dependency-name: app.cash.zipline:zipline-android dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a836a75fbd..fa1f1e3ada 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ torrentserver = "7861970e038b35cd8c6918384e49caf26903e09e" tvprovider = "1.1.0" video = "1.0.0" workRuntimeKtx = "2.10.5" -zipline = "1.24.0" +zipline = "1.26.0" jvmTarget = "1.8" jdkToolchain = "17"