From 961761290adc2a085bca5383938bcbdd61f72fa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 05:10:57 +0000 Subject: [PATCH] Bump calf from 0.6.1 to 0.7.0 Bumps `calf` from 0.6.1 to 0.7.0. Updates `com.mohamedrejeb.calf:calf-ui` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/MohamedRejeb/Calf/releases) - [Commits](https://github.com/MohamedRejeb/Calf/compare/v0.6.1...v0.7.0) Updates `com.mohamedrejeb.calf:calf-file-picker` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/MohamedRejeb/Calf/releases) - [Commits](https://github.com/MohamedRejeb/Calf/compare/v0.6.1...v0.7.0) Updates `com.mohamedrejeb.calf:calf-permissions` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/MohamedRejeb/Calf/releases) - [Commits](https://github.com/MohamedRejeb/Calf/compare/v0.6.1...v0.7.0) Updates `com.mohamedrejeb.calf:calf-webview` from 0.6.1 to 0.7.0 - [Release notes](https://github.com/MohamedRejeb/Calf/releases) - [Commits](https://github.com/MohamedRejeb/Calf/compare/v0.6.1...v0.7.0) --- updated-dependencies: - dependency-name: com.mohamedrejeb.calf:calf-ui dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.mohamedrejeb.calf:calf-file-picker dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.mohamedrejeb.calf:calf-permissions dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.mohamedrejeb.calf:calf-webview 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 39bba66..6faf1f8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ documentfile = "1.0.1" jna = "5.16.0" coil = "3.0.4" -calf = "0.6.1" +calf = "0.7.0" # For sample activity-compose = "1.9.3"