From 69c2c86ca35ab07708cf101d0973e847bf8fd024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 07:55:48 +0000 Subject: [PATCH] build(deps): bump io.github.libxposed:api from 101.0.1 to 102.0.0 Bumps [io.github.libxposed:api](https://github.com/libxposed/api) from 101.0.1 to 102.0.0. - [Release notes](https://github.com/libxposed/api/releases) - [Commits](https://github.com/libxposed/api/compare/101.0.1...102.0.0) --- updated-dependencies: - dependency-name: io.github.libxposed:api dependency-version: 102.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d8d7792..a1b699b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -102,7 +102,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2") implementation("com.google.android.material:material:1.12.0") - compileOnly("io.github.libxposed:api:101.0.1") + compileOnly("io.github.libxposed:api:102.0.0") implementation("io.github.libxposed:service:101.0.0") debugImplementation("androidx.compose.ui:ui-tooling")