From 34db38abdf707af9cfb16fcac3d99e678f1ee1c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 22:43:46 +0000 Subject: [PATCH] Bump com.github.tiann:FreeReflection from 3.2.0 to 3.2.2 Bumps [com.github.tiann:FreeReflection](https://github.com/tiann/FreeReflection) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/tiann/FreeReflection/releases) - [Commits](https://github.com/tiann/FreeReflection/compare/3.2.0...3.2.2) --- updated-dependencies: - dependency-name: com.github.tiann:FreeReflection dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 51907ae..1d03123 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'org.apache.commons:commons-compress:1.26.2' implementation 'com.github.hzy3774:AndroidP7zip:1.7.2' - implementation 'com.github.tiann:FreeReflection:3.2.0' + implementation 'com.github.tiann:FreeReflection:3.2.2' implementation "com.github.topjohnwu.libsu:core:6.0.0" implementation 'org.jdeferred:jdeferred-android-aar:1.2.6' annotationProcessor 'androidx.annotation:annotation:1.8.2'