mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-24 16:05:36 +08:00
Update AGP, minSDK and androidx.core versions and qtbase sha. This is needed after Gradle, AGP and minimum Android version bumps done in: * f22e9795d9a32fc4e9f4d6f2a70c2f831028342b (Gradle and AGP) * 841bbbe8ec5eb9c822af4359278f73ae9a6599bb (Android 9 bump) Pick-to: 6.8 Change-Id: I88d598ab1041847a995c37fc665467a2e9d12ab5 Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
19 lines
603 B
TOML
19 lines
603 B
TOML
[versions]
|
|
agp = "8.4.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]
|
|
|