Skip to content

Commit

Permalink
Bump libsuVersion from 5.2.0 to 5.2.2
Browse files Browse the repository at this point in the history
Bumps `libsuVersion` from 5.2.0 to 5.2.2.

Updates `com.github.topjohnwu.libsu:core` from 5.2.0 to 5.2.2

Updates `com.github.topjohnwu.libsu:service` from 5.2.0 to 5.2.2

---
updated-dependencies:
- dependency-name: com.github.topjohnwu.libsu:core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.topjohnwu.libsu:service
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and BryanGIG committed Feb 19, 2024
1 parent 67aed23 commit 979f47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
implementation 'androidx.navigation:navigation-compose:2.7.6'

//Root
def libsuVersion = '5.2.0'
def libsuVersion = '5.2.2'
implementation "com.github.topjohnwu.libsu:core:$libsuVersion"
implementation "com.github.topjohnwu.libsu:service:$libsuVersion"

Expand Down

0 comments on commit 979f47e

Please sign in to comment.