mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2025-12-23 15:50:31 -05:00
44 lines
1.6 KiB
TOML
44 lines
1.6 KiB
TOML
[versions]
|
|
#jetbrains
|
|
kotlin = "2.2.21"
|
|
#Detekt
|
|
detekt = "1.23.8"
|
|
detektCompose = "0.4.28"
|
|
#AndroidX
|
|
androidx-swiperefreshlayout = "1.2.0"
|
|
androidx-documentfile = "1.1.0"
|
|
#Fossify
|
|
commons = "5.12.0"
|
|
#Other
|
|
autofittextview = "0.2.1"
|
|
gestureviews = "2.8.3"
|
|
rootshell = "bc7e5d398e"
|
|
roottools = "965c154e20"
|
|
zip4j = "2.11.5"
|
|
#Gradle
|
|
gradlePlugins-agp = "8.11.1"
|
|
#build
|
|
app-build-compileSDKVersion = "36"
|
|
app-build-targetSDK = "36"
|
|
app-build-minimumSDK = "26"
|
|
app-build-javaVersion = "VERSION_17"
|
|
app-build-kotlinJVMTarget = "17"
|
|
[libraries]
|
|
#AndroidX
|
|
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "androidx-swiperefreshlayout" }
|
|
androidx-documentfile = { module = "androidx.documentfile:documentfile", version.ref = "androidx-documentfile" }
|
|
#Compose
|
|
compose-detekt = { module = "io.nlopez.compose.rules:detekt", version.ref = "detektCompose" }
|
|
#Fossify
|
|
fossify-commons = { module = "org.fossify:commons", version.ref = "commons" }
|
|
#Other
|
|
autofittextview = { module = "me.grantland:autofittextview", version.ref = "autofittextview" }
|
|
gestureviews = { module = "com.alexvasilkov:gesture-views", version.ref = "gestureviews" }
|
|
rootshell = { module = "com.github.naveensingh:RootShell", version.ref = "rootshell" }
|
|
roottools = { module = "com.github.naveensingh:RootTools", version.ref = "roottools" }
|
|
zip4j = { module = "net.lingala.zip4j:zip4j", version.ref = "zip4j" }
|
|
[plugins]
|
|
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
|
|
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|