From baebdfdcfc6b2eacab3913acd347c03dd7d734d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 12:42:17 +0000 Subject: [PATCH] Update dev.rikka.tools.refine 4.2.1 (#3329) * Update dev.rikka.tools.refine * Update build.gradle --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler --- build.gradle | 4 ++-- hidden-api/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 6c32535aca..0a32aa2b81 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.1.0" + id 'dev.rikka.tools.refine' version "4.2.1" } 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-RC' implementation 'com.github.ChickenHook:RestrictionBypass:2.2' - implementation 'dev.rikka.tools.refine:runtime:4.1.0' + implementation 'dev.rikka.tools.refine:runtime:4.2.1' 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 d75814d576..a6590b00d7 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.1.0' - compileOnly 'dev.rikka.tools.refine:annotation:4.1.0' + annotationProcessor 'dev.rikka.tools.refine:annotation-processor:4.2.1' + compileOnly 'dev.rikka.tools.refine:annotation:4.2.1' }