From 165902222437f20d439de0f820d96ef38ef2d684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 20:14:42 +0000 Subject: [PATCH] Bump com.github.zhkl0228:unidbg-android from 0.9.7 to 0.9.8 Bumps [com.github.zhkl0228:unidbg-android](https://github.com/zhkl0228/unidbg) from 0.9.7 to 0.9.8. - [Release notes](https://github.com/zhkl0228/unidbg/releases) - [Commits](https://github.com/zhkl0228/unidbg/compare/v0.9.7...v0.9.8) --- updated-dependencies: - dependency-name: com.github.zhkl0228:unidbg-android dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5a49ce6..e8af8a4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ repositories { dependencies { implementation("com.github.zhkl0228:unicorn:1.0.14") - implementation("com.github.zhkl0228:unidbg-android:0.9.7") + implementation("com.github.zhkl0228:unidbg-android:0.9.8") implementation("com.github.zhkl0228:unidbg-api:0.9.7") implementation("com.github.zhkl0228:unidbg-dynarmic:0.9.7") implementation("org.slf4j:slf4j-log4j12:2.0.16")