Skip to content
Snippets Groups Projects
Commit 5cea3db1 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Bump Android gradle plugin to 7.2.0

parent f1a65a7f
No related branches found
No related tags found
1 merge request!1390Build tools
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.android_plugin_version = '7.1.3'
ext.android_plugin_version = '7.2.0'
ext.kotlin_version = '1.6.20'
ext.kotlinx_version = '1.6.0'
repositories {
......
......@@ -262,7 +262,7 @@ fi
if [ ! -d "gradle/wrapper" ]; then
diagnostic "Downloading gradle"
GRADLE_VERSION=7.2
GRADLE_VERSION=7.3.3
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"
......
......@@ -2,6 +2,7 @@ cache:
paths:
- .gradle/
- gradle-7.2/
- gradle-7.3.3/
- gradle/
- gradlew
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment