Update Gradle to 8.0 and Android Gradle Plug-in (AGP) to 7.4.1
Gradle 8.0 and AGP 7.4.1 are the latest versions at Feb 2023. Fixes: QTBUG-110875 Change-Id: Ia13b9e7859a873d2aade8782c279266d0982da21 Reviewed-by: BogDan Vatra <bogdan@kdab.com> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> (cherry picked from commit 6968eea88ed901ee139a56bb7d0ec2ec7daad49a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
3715cc3561
commit
32bc25d03f
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
6
src/3rdparty/gradle/qt_attribution.json
vendored
6
src/3rdparty/gradle/qt_attribution.json
vendored
@ -4,11 +4,11 @@
|
|||||||
"QDocModule": "qtcore",
|
"QDocModule": "qtcore",
|
||||||
"QtParts": ["tools"],
|
"QtParts": ["tools"],
|
||||||
"Homepage": "https://gradle.org",
|
"Homepage": "https://gradle.org",
|
||||||
"Version": "7.5.1",
|
"Version": "8.0",
|
||||||
"DownloadLocation": "https://github.com/gradle/gradle/releases/tag/v7.5.1",
|
"DownloadLocation": "https://github.com/gradle/gradle/releases/tag/v8.0",
|
||||||
"QtUsage": "Needed to create Android packages",
|
"QtUsage": "Needed to create Android packages",
|
||||||
"License": "Apache License 2.0",
|
"License": "Apache License 2.0",
|
||||||
"LicenseId": "Apache-2.0",
|
"LicenseId": "Apache-2.0",
|
||||||
"LicenseFile": "LICENSE",
|
"LicenseFile": "LICENSE",
|
||||||
"Copyright": "Copyright (C) 2022 Gradle Inc."
|
"Copyright": "Copyright (C) 2023 Gradle Inc."
|
||||||
}
|
}
|
||||||
|
@ -5,7 +5,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:7.3.1'
|
classpath 'com.android.tools.build:gradle:7.4.1'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user