mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Refine plugin 4.4.0 (#3690)
* Update dev.rikka.tools.refine to v4.4.0 * dev.rikka.tools.refine 4.4.0 * matchPackagePrefixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <wangzongler@gmail.com>
This commit is contained in:
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
@@ -24,8 +24,8 @@
|
||||
},
|
||||
{
|
||||
"groupName": "dev.rikka.tools.refine",
|
||||
"matchPackagePatterns": [
|
||||
"dev.rikka.tools.refine.*"
|
||||
"matchPackagePrefixes": [
|
||||
"dev.rikka.tools.refine"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -11,7 +11,7 @@ plugins {
|
||||
id "com.google.devtools.ksp" version "1.9.10-1.0.13"
|
||||
id 'com.google.protobuf' version "0.9.4"
|
||||
id 'app.cash.licensee' version "1.8.0"
|
||||
id 'dev.rikka.tools.refine' version "4.3.1"
|
||||
id 'dev.rikka.tools.refine' version "4.4.0"
|
||||
id 'org.gradle.android.cache-fix' version '3.0'
|
||||
}
|
||||
|
||||
@@ -323,7 +323,7 @@ dependencies {
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0'
|
||||
implementation 'com.github.ChickenHook:RestrictionBypass:2.2'
|
||||
implementation 'dev.rikka.tools.refine:runtime:4.3.1'
|
||||
implementation 'dev.rikka.tools.refine:runtime:4.4.0'
|
||||
|
||||
implementation platform("androidx.compose:compose-bom:2023.10.01")
|
||||
implementation "androidx.compose.ui:ui"
|
||||
|
||||
@@ -7,6 +7,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
annotationProcessor 'dev.rikka.tools.refine:annotation-processor:4.3.1'
|
||||
compileOnly 'dev.rikka.tools.refine:annotation:4.3.1'
|
||||
annotationProcessor 'dev.rikka.tools.refine:annotation-processor:4.4.0'
|
||||
compileOnly 'dev.rikka.tools.refine:annotation:4.4.0'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user