Skip to content

Commit

Permalink
Update dev.rikka.tools.refine to v4.3.1 (#3668)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent dff8e28 commit 41e501f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
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.0'
implementation 'dev.rikka.tools.refine:runtime:4.3.1'

implementation platform("androidx.compose:compose-bom:2023.10.00")
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.0'
compileOnly 'dev.rikka.tools.refine:annotation:4.3.0'
annotationProcessor 'dev.rikka.tools.refine:annotation-processor:4.3.1'
compileOnly 'dev.rikka.tools.refine:annotation:4.3.1'
}

0 comments on commit 41e501f

Please sign in to comment.