mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 06:56:53 +08:00
Use the sha from last update of Gradle and update AGP version to match qtbase's 0e4f9ffa55c2b77fbe79e96362bc68a968982b48 commit. Task-number: QTBUG-132852 Pick-to: 6.9 Change-Id: Iab851b08bc11290ee51a22f3bdd64369928dff22 Reviewed-by: Tero Heikkinen <tero.heikkinen@qt.io>
18 lines
602 B
TOML
18 lines
602 B
TOML
[versions]
|
|
agp = "8.8.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]
|