初步实现RAR,7ZIP解压

This commit is contained in:
ag2s20150909
2023-03-12 20:41:37 +08:00
parent fe646575c0
commit f429924e8f
5 changed files with 177 additions and 1 deletions
+5 -1
View File
@@ -135,7 +135,7 @@ android {
dependencies {
compileOnly "com.android.tools.build:gradle:$agp_version"
//noinspection GradleDependency,GradlePackageUpdate
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs:2.0.2')
coreLibraryDesugaring('com.android.tools:desugar_jdk_libs_nio:2.0.2')
testImplementation('junit:junit:4.13.2')
androidTestImplementation('androidx.test:runner:1.5.2')
androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1')
@@ -231,6 +231,10 @@ dependencies {
//apache
implementation('org.apache.commons:commons-text:1.10.0')
implementation 'org.apache.commons:commons-compress:1.22'
//RAR
implementation 'com.github.junrar:junrar:7.5.4'
//MarkDown
def markwonVersion = "4.6.2"