From c1358aa340cb930bc49b92deb51ff1310fc6d7e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 15:38:04 +0000 Subject: [PATCH] build(deps): bump appyx-version from 2.0.0-alpha09 to 2.0.0-alpha10 Bumps `appyx-version` from 2.0.0-alpha09 to 2.0.0-alpha10. Updates `com.bumble.appyx:appyx-navigation` from 2.0.0-alpha09 to 2.0.0-alpha10 - [Release notes](https://github.com/bumble-tech/appyx/releases) - [Changelog](https://github.com/bumble-tech/appyx/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/bumble-tech/appyx/compare/2.0.0-alpha09...2.0.0-alpha10) Updates `com.bumble.appyx:appyx-interactions` from 2.0.0-alpha09 to 2.0.0-alpha10 - [Release notes](https://github.com/bumble-tech/appyx/releases) - [Changelog](https://github.com/bumble-tech/appyx/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/bumble-tech/appyx/compare/2.0.0-alpha09...2.0.0-alpha10) Updates `com.bumble.appyx:backstack` from 2.0.0-alpha09 to 2.0.0-alpha10 - [Release notes](https://github.com/bumble-tech/appyx/releases) - [Changelog](https://github.com/bumble-tech/appyx/blob/2.x/CHANGELOG.md) - [Commits](https://github.com/bumble-tech/appyx/compare/2.0.0-alpha09...2.0.0-alpha10) --- updated-dependencies: - dependency-name: com.bumble.appyx:appyx-navigation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.bumble.appyx:appyx-interactions dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.bumble.appyx:backstack dependency-type: direct:production update-type: version-update:semver-patch ... 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 7eba793..2361f94 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ maven-publish = "0.26.0" kotlinx-datetime = "0.5.0" agp = "8.0.2" window-size = "0.3.2" -appyx-version = "2.0.0-alpha09" +appyx-version = "2.0.0-alpha10" exposed-version = "0.46.0" sqlite-jdbc-version = "3.44.1.0" markdown-parser-version = "0.6.1"