diff --git a/build.gradle b/build.gradle index 948630addb..7f811dce07 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id "com.google.devtools.ksp" version "1.8.0-1.0.9" id 'com.google.protobuf' version "0.9.1" id 'com.google.android.gms.oss-licenses-plugin' version "0.10.6" - id 'dev.rikka.tools.refine' version "4.0.0" + id 'dev.rikka.tools.refine' version "4.1.0" } allprojects { @@ -319,7 +319,7 @@ dependencies { implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4' implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1' implementation 'com.github.ChickenHook:RestrictionBypass:2.2' - implementation 'dev.rikka.tools.refine:runtime:4.0.0' + implementation 'dev.rikka.tools.refine:runtime:4.1.0' implementation platform("androidx.compose:compose-bom:2023.01.00") implementation "androidx.compose.ui:ui" diff --git a/hidden-api/build.gradle b/hidden-api/build.gradle index 4d385212ae..d75814d576 100644 --- a/hidden-api/build.gradle +++ b/hidden-api/build.gradle @@ -7,6 +7,6 @@ android { } dependencies { - annotationProcessor 'dev.rikka.tools.refine:annotation-processor:4.0.0' - compileOnly 'dev.rikka.tools.refine:annotation:4.0.0' + annotationProcessor 'dev.rikka.tools.refine:annotation-processor:4.1.0' + compileOnly 'dev.rikka.tools.refine:annotation:4.1.0' }