From 14ee1ed8585414adb955f0c37947c8a4ac0abdf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 11:21:02 +0000 Subject: [PATCH] build(deps): bump org.lsposed.libcxx:libcxx Bumps [org.lsposed.libcxx:libcxx](https://github.com/LSPosed/prefab-libcxx) from 28.1.13356709 to 29.0.14206865. - [Commits](https://github.com/LSPosed/prefab-libcxx/compare/28.1.13356709...29.0.14206865) --- updated-dependencies: - dependency-name: org.lsposed.libcxx:libcxx dependency-version: 29.0.14206865 dependency-type: direct:production update-type: version-update:semver-major ... 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 0649b71..7187adb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ agp = "8.13.0" annotation = "1.9.1" jdk18on = "1.81" kotlin = "2.2.10" -libcxx = "28.1.13356709" +libcxx = "29.0.14206865" [libraries] annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }