Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Add JitPack repo and update libsuperuser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adamszewe committed Nov 24, 2023
1 parent e18bff3 commit 7870da2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
implementation 'eu.chainfire:libsuperuser:1.1.0.202004101746'
implementation 'eu.chainfire:libsuperuser:1.1.1'
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.mindrot:jbcrypt:0.4'
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ allprojects {
repositories {
google()
jcenter()
maven { url = "https://jitpack.io" }
}
}

Expand Down

0 comments on commit 7870da2

Please sign in to comment.