Android: update the sha for Gradle script for provisioning

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>
This commit is contained in:
Assam Boudjelthia
2025-02-19 13:03:30 +02:00
parent ed0dc6ad5a
commit 1c20066c69
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[versions]
agp = "8.6.0"
agp = "8.8.0"
core = "1.13.1"
appcompat = "1.6.1"
material = "1.11.0"
@@ -15,4 +15,3 @@ constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayo
androidApplication = { id = "com.android.application", version.ref = "agp" }
[bundles]