mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-14 14:56:11 -04:00
13 lines
375 B
TOML
13 lines
375 B
TOML
[versions]
|
|
agp = "8.13.0"
|
|
appcompat = "1.6.1"
|
|
preference = "1.2.1"
|
|
|
|
[libraries]
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
androidx-preference = { group = "androidx.preference", name = "preference", version.ref = "preference" }
|
|
|
|
[plugins]
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
|