de-bloater/gradle/libs.versions.toml

23 lines
1.4 KiB
TOML
Raw Normal View History

2025-11-20 16:34:49 +01:00
[versions]
agp = "8.13.0"
libsu = "6.0.0"
material = "1.13.0"
rootfilepicker = "802663ee90"
scommon = "0a9f4f410f"
[libraries]
adapters = { module = "com.github.sunilpaulmathew.sCommon:adapters", version.ref = "scommon" }
apkutils = { module = "com.github.sunilpaulmathew.sCommon:apkutils", version.ref = "scommon" }
credits = { module = "com.github.sunilpaulmathew.sCommon:credits", version.ref = "scommon" }
fileutils = { module = "com.github.sunilpaulmathew.sCommon:fileutils", version.ref = "scommon" }
jsonutils = { module = "com.github.sunilpaulmathew.sCommon:jsonutils", version.ref = "scommon" }
packageutils = { module = "com.github.sunilpaulmathew.sCommon:packageutils", version.ref = "scommon" }
permissionutils = { module = "com.github.sunilpaulmathew.sCommon:permissionutils", version.ref = "scommon" }
themeutils = { module = "com.github.sunilpaulmathew.sCommon:themeutils", version.ref = "scommon" }
translatorutils = { module = "com.github.sunilpaulmathew.sCommon:translatorutils", version.ref = "scommon" }
libsu = { module = "com.github.topjohnwu.libsu:core", version.ref = "libsu" }
rootfilepicker = { module = "com.github.sunilpaulmathew:RootFilePicker", version.ref = "rootfilepicker" }
material = { module = "com.google.android.material:material", version.ref = "material" }
[plugins]
androidApplication = { id = "com.android.application", version.ref = "agp" }