diff --git a/app/build.gradle b/app/build.gradle index 461b4d7d..cac60e46 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.01') 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.01') 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