mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Android: upadate the sha for Gradle script for provisioning
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>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
agp = "8.4.0"
|
||||
agp = "8.6.0"
|
||||
core = "1.13.1"
|
||||
appcompat = "1.6.1"
|
||||
material = "1.11.0"
|
||||
|
||||
@@ -199,7 +199,7 @@ cp -r "${scripts_dir_name}/android/gradle_project" /tmp/gradle_project
|
||||
cd /tmp/gradle_project
|
||||
# Get Gradle files from qtbase
|
||||
qtbaseGradleUrl="https://code.qt.io/cgit/qt/qtbase.git/plain/src/3rdparty/gradle"
|
||||
commit_sha="f22e9795d9a32fc4e9f4d6f2a70c2f831028342b"
|
||||
commit_sha="8436455e2740000a817e0b8154e13f47e6abb68c"
|
||||
curl "$qtbaseGradleUrl/gradle.properties?h=$commit_sha" > gradle.properties
|
||||
curl "$qtbaseGradleUrl/gradlew?h=$commit_sha" > gradlew
|
||||
curl "$qtbaseGradleUrl/gradlew.bat?h=$commit_sha" > gradlew.bat
|
||||
|
||||
Reference in New Issue
Block a user