Skip to content

Commit

Permalink
update Shizuku api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aefyr committed Mar 30, 2020
1 parent 11cd10e commit 375e5d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation 'androidx.preference:preference:1.1.0'
implementation 'com.github.aefyr:pseudoapksigner:1.6'
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation 'moe.shizuku.privilege:api:3.1.0-alpha4'
implementation 'moe.shizuku.privilege:api:3.1.0'
implementation 'android.arch.lifecycle:common-java8:2.1.0'
implementation 'com.google.android:flexbox:2.0.1'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ allprojects {
maven {
url 'https://maven.fabric.io/public'
}
maven {
url 'https://dl.bintray.com/rikkaw/Shizuku'
}
maven { url "https://jitpack.io" }
}
}
Expand Down

0 comments on commit 375e5d4

Please sign in to comment.