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 <wangzongler@gmail.com>
This commit is contained in:
renovate[bot]
2023-02-17 12:42:17 +00:00
committed by GitHub
parent e973adbb91
commit baebdfdcfc
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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'
}