mirror of
https://github.com/videolan/vlc-android
synced 2024-11-23 18:05:36 +08:00
Bump AGP version to 7.5
This commit is contained in:
parent
4987b3ea85
commit
45ae8ec56d
@ -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 = '7.3.1'
|
||||
ext.android_plugin_version = '7.4.2'
|
||||
ext.kotlin_version = '1.7.10'
|
||||
ext.kotlinx_version = '1.6.0'
|
||||
repositories {
|
||||
|
@ -240,7 +240,7 @@ fi
|
||||
|
||||
if [ ! -d "gradle/wrapper" ]; then
|
||||
diagnostic "Downloading gradle"
|
||||
GRADLE_VERSION=7.4
|
||||
GRADLE_VERSION=7.5
|
||||
GRADLE_URL=https://download.videolan.org/pub/contrib/gradle/gradle-${GRADLE_VERSION}-bin.zip
|
||||
wget ${GRADLE_URL} 2>/dev/null || curl -O ${GRADLE_URL} || fail "gradle: download failed"
|
||||
|
||||
|
@ -4,6 +4,7 @@ cache:
|
||||
- gradle-7.2/
|
||||
- gradle-7.3.3/
|
||||
- gradle-7.4/
|
||||
- gradle-7.5/
|
||||
- gradle/
|
||||
- gradlew
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user