Skip to content

Commit

Permalink
Refine plugin 4.4.0 (#3690)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and Goooler authored Oct 27, 2023
1 parent d19f3a9 commit 0d77322
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
{
"groupName": "dev.rikka.tools.refine",
"matchPackagePatterns": [
"dev.rikka.tools.refine.*"
"matchPackagePrefixes": [
"dev.rikka.tools.refine"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions hidden-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 0d77322

Please sign in to comment.