mirror of
https://github.com/videolan/vlc-android
synced 2024-11-23 09:56:36 +08:00
Bump the Android gradle plugin to 8.5.0 and gradle to 8.7
This commit is contained in:
parent
0b0ee58f90
commit
3862b974c1
@ -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 {
|
||||
|
@ -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"
|
||||
|
@ -1,7 +1,7 @@
|
||||
cache:
|
||||
paths:
|
||||
- .gradle/
|
||||
- gradle-8.6/
|
||||
- gradle-8.7/
|
||||
- gradle/
|
||||
- gradlew
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user