Skip to content

Commit

Permalink
[Feature] Update Shizuku-API.
Browse files Browse the repository at this point in the history
Rikka said it no longer requires coreLibraryDesugaring and the upgrade
should just work.
  • Loading branch information
zhanghai committed Aug 20, 2023
1 parent 2ccf9fe commit b7bf09c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,7 @@ dependencies {
// dev.chrisbanesinsetter:insetter:0.6.0 makes inset unstable when entering immersive.
implementation 'dev.chrisbanes:insetter-ktx:0.3.1'
implementation 'dev.rikka.rikkax.preference:simplemenu-preference:1.0.3'
// Shizuku-API 13.1.0 requires core library desugaring.
//noinspection GradleDependency
implementation 'dev.rikka.shizuku:api:12.2.0'
implementation 'dev.rikka.shizuku:api:13.1.4'
implementation ('eu.agno3.jcifs:jcifs-ng:2.1.9') {
// org.bouncycastle:bcprov-jdk15on uses bytecode version unsupported by Jetifier, so use
// org.bouncycastle:bcprov-jdk15to18 instead.
Expand Down

0 comments on commit b7bf09c

Please sign in to comment.