Skip to content

Commit

Permalink
Upgrade libsu v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanGIG committed Feb 22, 2023
1 parent 4b4a38b commit 32c76df
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 @@ -73,7 +73,7 @@ dependencies {
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'

//Root
def libsuVersion = '5.0.3'
def libsuVersion = '5.0.4'
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
implementation "com.github.topjohnwu.libsu:service:${libsuVersion}"
}

0 comments on commit 32c76df

Please sign in to comment.