23 lines
No EOL
1.4 KiB
TOML
23 lines
No EOL
1.4 KiB
TOML
[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" } |