Revert "Android: update to Gradle 8.12 and AGP 8.8.0"

This reverts commit 0e4f9ffa55c2b77fbe79e96362bc68a968982b48.

Reason for revert: temporarily revert it to pass submodule
update round.

Change-Id: I2df4b76c0c3445d340bb0b11686e624f13d7fd3b
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
Assam Boudjelthia 2025-02-19 12:55:22 +00:00 committed by The Qt Project
parent 44ddb34da0
commit bcbb1701ab
8 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

View File

@ -86,7 +86,8 @@ done
# shellcheck disable=SC2034 # shellcheck disable=SC2034
APP_BASE_NAME=${0##*/} APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
# Use the maximum available, or set MAX_FD != -1 to use that value. # Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum MAX_FD=maximum

View File

@ -4,8 +4,8 @@
"QDocModule": "qtcore", "QDocModule": "qtcore",
"QtParts": ["tools"], "QtParts": ["tools"],
"Homepage": "https://gradle.org", "Homepage": "https://gradle.org",
"Version": "8.12", "Version": "8.10",
"DownloadLocation": "https://github.com/gradle/gradle/releases/tag/v8.12.0", "DownloadLocation": "https://github.com/gradle/gradle/releases/tag/v8.10.0",
"PURL": "pkg:github/gradle/gradle@v$<VERSION>", "PURL": "pkg:github/gradle/gradle@v$<VERSION>",
"CPE": "cpe:2.3:a:gradle:gradle:$<VERSION>:*:*:*:*:*:*:*", "CPE": "cpe:2.3:a:gradle:gradle:$<VERSION>:*:*:*:*:*:*:*",
"QtUsage": "Needed to create Android packages", "QtUsage": "Needed to create Android packages",

View File

@ -7,7 +7,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:8.8.0' classpath 'com.android.tools.build:gradle:8.6.0'
} }
} }

View File

@ -6,7 +6,7 @@ buildscript {
dependencies { dependencies {
//noinspection AndroidGradlePluginVersion //noinspection AndroidGradlePluginVersion
classpath 'com.android.tools.build:gradle:8.8.0' classpath 'com.android.tools.build:gradle:8.6.0'
} }
} }

View File

@ -7,7 +7,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:8.8.0' classpath 'com.android.tools.build:gradle:8.6.0'
} }
} }

View File

@ -7,7 +7,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:8.8.0' classpath 'com.android.tools.build:gradle:8.6.0'
} }
} }

View File

@ -5,7 +5,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:8.8.0' classpath 'com.android.tools.build:gradle:8.6.0'
} }
} }