From 2398b305cd36cb3e65e24b15ebd9c075f5bb9644 Mon Sep 17 00:00:00 2001 From: qwe7002-dev Date: Wed, 11 Dec 2024 10:27:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0target=20sdk=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b3b5655..509d10a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,7 +63,7 @@ dependencies { implementation 'com.linkedin.dexmaker:dexmaker:2.28.3' implementation "androidx.core:core-ktx:1.15.0" implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.25' - def libsuVersion = '5.2.2' + def libsuVersion = '6.0.0' // The core module that provides APIs to a shell implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"