mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
Use the sha from last update of Gradle and update AGP version
to match qtbase.
Change-Id: Ia235dacfc3206246c4c4330fb185ce1319d45909
Reviewed-by: Simo Fält <simo.falt@qt.io>
(cherry picked from commit 536555cde6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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]
|
|
|