Bump the Android gradle plugin to 8.5.0 and gradle to 8.7

This commit is contained in:
Nicolas Pomepuy 2024-11-21 14:15:13 +01:00
parent 0b0ee58f90
commit 3862b974c1
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.android_plugin_version = '8.4.0'
ext.android_plugin_version = '8.5.0'
ext.kotlin_version = '1.9.22'
ext.kotlinx_version = '1.7.1'
repositories {

View File

@ -259,8 +259,8 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
GRADLE_VERSION=8.6
GRADLE_SHA256=9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c
GRADLE_VERSION=8.7
GRADLE_SHA256=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
GRADLE_URL=https://services.gradle.org/distributions/gradle-${GRADLE_VERSION}-bin.zip
wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL} || fail "gradle: download failed"
echo $GRADLE_SHA256 gradle-${GRADLE_VERSION}-bin.zip | sha256sum -c || fail "gradle: hash mismatch"

View File

@ -1,7 +1,7 @@
cache:
paths:
- .gradle/
- gradle-8.6/
- gradle-8.7/
- gradle/
- gradlew