diff --git a/build.gradle b/build.gradle index 5e2a0d5349..75a31de003 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id "com.google.devtools.ksp" version "1.8.10-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.2.1" + id 'dev.rikka.tools.refine' version "4.3.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.5.0' implementation 'com.github.ChickenHook:RestrictionBypass:2.2' - implementation 'dev.rikka.tools.refine:runtime:4.2.1' + implementation 'dev.rikka.tools.refine:runtime:4.3.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 a6590b00d7..4bcef350d2 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.2.1' - compileOnly 'dev.rikka.tools.refine:annotation:4.2.1' + annotationProcessor 'dev.rikka.tools.refine:annotation-processor:4.3.0' + compileOnly 'dev.rikka.tools.refine:annotation:4.3.0' }