mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
Task-number: QTBUG-137782 Change-Id: I522a7179e1a0be7c7bb876d935fd02ef7e049475 Reviewed-by: Simo Fält <simo.falt@qt.io> Reviewed-by: Elias Toivola <elias.toivola@qt.io>
18 lines
603 B
TOML
18 lines
603 B
TOML
[versions]
|
|
agp = "8.10.1"
|
|
core = "1.16.0"
|
|
appcompat = "1.7.1"
|
|
material = "1.12.0"
|
|
constraintlayout = "2.2.1"
|
|
|
|
[libraries]
|
|
core = { group = 'androidx.core', name = "core", version.ref = "core" }
|
|
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
|
|
[plugins]
|
|
androidApplication = { id = "com.android.application", version.ref = "agp" }
|
|
|
|
[bundles]
|