Skip to content

Commit

Permalink
Merge pull request #36 from topminipie/delete-xz
Browse files Browse the repository at this point in the history
Delete xz
  • Loading branch information
topminipie authored Apr 21, 2024
2 parents b7c33d5 + 44836c5 commit 3f31c9c
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,29 +44,18 @@ android {
}

dependencies {

implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'

implementation 'com.github.tiann:FreeReflection:3.2.0'

implementation "com.github.topjohnwu.libsu:core:5.2.2"

// AboutPage
//implementation 'io.github.medyo:android-about-page:2.0.0'
//implementation 'de.psdev.licensesdialog:licensesdialog:2.2.0'
implementation 'com.afollestad.material-dialogs:core:0.9.6.0'

implementation 'org.jdeferred:jdeferred-android-aar:1.2.6'
implementation 'com.github.clans:fab:1.6.4'

implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
implementation 'com.github.bumptech.glide:glide:5.0.0-rc01'
annotationProcessor 'com.github.bumptech.glide:compiler:5.0.0-rc01'
annotationProcessor 'androidx.annotation:annotation:1.7.1'

implementation 'org.apache.commons:commons-compress:1.26.1'
implementation 'org.tukaani:xz:1.9'

implementation 'com.github.hzy3774:AndroidP7zip:1.7.2'
//implementation 'com.cleveroad:androidmanimation:0.9.1'

implementation 'com.github.tiann:FreeReflection:3.2.0'
implementation "com.github.topjohnwu.libsu:core:5.2.2"
implementation 'org.jdeferred:jdeferred-android-aar:1.2.6'
annotationProcessor 'androidx.annotation:annotation:1.7.1'
}

0 comments on commit 3f31c9c

Please sign in to comment.