mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-10 22:36:09 +08:00
Following Qt 6.11 release 3rd party components update. Task-number: QTBUG-143129 Change-Id: Idfd310197d5345871637a3e4e1858dbd731eeae8 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io> Reviewed-by: Elias Toivola <elias.toivola@qt.io>
18 lines
602 B
TOML
18 lines
602 B
TOML
[versions]
|
|
agp = "9.0.0"
|
|
core = "1.17.0"
|
|
appcompat = "1.7.1"
|
|
material = "1.13.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]
|