From 0d675560c8ec59e2c583c3f3953d6af9e3b84e14 Mon Sep 17 00:00:00 2001 From: topminipie <145812405+topminipie@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:07:12 +0000 Subject: [PATCH 1/2] Update build.gradle --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6265172..3834f07 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,7 +65,7 @@ dependencies { annotationProcessor 'androidx.annotation:annotation:1.7.1' implementation 'org.apache.commons:commons-compress:1.26.1' - implementation 'org.tukaani:xz:1.9' + //implementation 'org.tukaani:xz:1.9' implementation 'com.github.hzy3774:AndroidP7zip:1.7.2' //implementation 'com.cleveroad:androidmanimation:0.9.1' From 44836c5631a7590fa4a76a7f0896c0780eedc082 Mon Sep 17 00:00:00 2001 From: topminipie <145812405+topminipie@users.noreply.github.com> Date: Sun, 21 Apr 2024 12:16:21 +0000 Subject: [PATCH 2/2] Update build.gradle --- app/build.gradle | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 3834f07..2c1842e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' }