mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user