mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-06 08:18:15 +08:00
Use the sha from last update of Gradle and update AGP version to match qtbase. Pick-to: 6.8 Change-Id: Ia235dacfc3206246c4c4330fb185ce1319d45909 Reviewed-by: Simo Fält <simo.falt@qt.io>
19 lines
603 B
TOML
19 lines
603 B
TOML
[versions]
|
|
agp = "8.6.0"
|
|
core = "1.13.1"
|
|
appcompat = "1.6.1"
|
|
material = "1.11.0"
|
|
constraintlayout = "2.1.4"
|
|
|
|
[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]
|
|
|