From b2b7d35e0d9fdc582b5f4688b02b1195bf069250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Jan 2025 09:30:13 +0000 Subject: [PATCH] fix(deps): update all Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- app/build.gradle | 4 ++-- core-installer/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 461b4d7d..ee24a0c0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,12 +120,12 @@ dependencies { implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7' implementation 'androidx.activity:activity-compose:1.9.3' implementation 'androidx.compose.ui:ui-viewbinding:1.7.5' - implementation platform('androidx.compose:compose-bom:2024.11.00') + implementation platform('androidx.compose:compose-bom:2025.01.00') implementation 'androidx.compose.ui:ui:1.7.5' implementation 'androidx.compose.ui:ui-graphics:1.7.5' implementation 'androidx.compose.ui:ui-tooling-preview:1.7.5' implementation 'androidx.compose.material3:material3:1.3.1' - androidTestImplementation platform('androidx.compose:compose-bom:2024.11.00') + androidTestImplementation platform('androidx.compose:compose-bom:2025.01.00') androidTestImplementation 'androidx.compose.ui:ui-test-junit4:1.7.5' implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7' diff --git a/core-installer/build.gradle b/core-installer/build.gradle index 449c8427..0316ac6b 100644 --- a/core-installer/build.gradle +++ b/core-installer/build.gradle @@ -55,6 +55,6 @@ dependencies { implementation "dev.rikka.shizuku:api:$shizuku_version" // add this if you want to support Shizuku implementation "dev.rikka.shizuku:provider:$shizuku_version" - api 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3' + api 'org.lsposed.hiddenapibypass:hiddenapibypass:6.0' } \ No newline at end of file