EinkDither/gradle/libs.versions.toml
2025-11-20 11:32:05 +08:00

15 lines
478 B
TOML

[versions]
agp = "8.6.0"
espressoCore = "3.6.1"
appcompat = "1.1.0"
material = "1.1.0"
xposed = "82"
[libraries]
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
xposed = { group = "de.robv.android.xposed", name = "api", version.ref = "xposed" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }