Skip to content

Commit 44954f3

Browse files
committed
update minimum sdk to 26: apache commons compress requirement
1 parent 7b8283e commit 44954f3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ dependencies {
9797
implementation(libs.androidx.documentfile)
9898
implementation(libs.androidx.swiperefreshlayout)
9999
implementation(libs.androidpdfviewer)
100+
implementation(libs.apache.commons.compress)
101+
implementation(libs.tukaanixz)
100102
implementation(libs.roottools)
101103
implementation(libs.rootshell)
102104
implementation(libs.gestureviews)

gradle/libs.versions.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ androidpdfviewer = "e6a533125b"
1313
rootshell = "1.6"
1414
roottools = "df729dcb13"
1515
zip4j = "2.11.5"
16+
apachecommonscompress = "1.22"
17+
tukaanixz = "1.9"
1618
#Gradle
1719
gradlePlugins-agp = "8.1.1"
1820
#build
1921
app-build-compileSDKVersion = "34"
2022
app-build-targetSDK = "34"
21-
app-build-minimumSDK = "23"
23+
app-build-minimumSDK = "26"
2224
app-build-javaVersion = "VERSION_17"
2325
app-build-kotlinJVMTarget = "17"
2426
#versioning
@@ -38,6 +40,8 @@ gestureviews = { module = "com.alexvasilkov:gesture-views", version.ref = "gestu
3840
rootshell = { module = "com.github.Stericson:RootShell", version.ref = "rootshell" }
3941
roottools = { module = "com.github.Stericson:RootTools", version.ref = "roottools" }
4042
zip4j = { module = "net.lingala.zip4j:zip4j", version.ref = "zip4j" }
43+
apache-commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "apachecommonscompress" }
44+
tukaanixz = { module = "org.tukaani:xz", version.ref = "tukaanixz" }
4145
[plugins]
4246
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
4347
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }

0 commit comments

Comments
 (0)