From c4a0eb5959cba980a7157f92a3475ebec33058e0 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Mon, 27 Jan 2025 15:11:47 +0700 Subject: [PATCH] Update gradle dependencies --- platform/android/build.gradle.in | 6 ++++-- platform/android/gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/platform/android/build.gradle.in b/platform/android/build.gradle.in index b791ad7665..421211296e 100644 --- a/platform/android/build.gradle.in +++ b/platform/android/build.gradle.in @@ -13,7 +13,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:8.2.2' + classpath 'com.android.tools.build:gradle:8.6.1' } } @@ -30,7 +30,9 @@ allprojects { } } -apply plugin: 'com.android.application' +plugins { + id 'com.android.application' version '8.6.1' apply false +} def outputPathName = "some.apk" diff --git a/platform/android/gradle/wrapper/gradle-wrapper.properties b/platform/android/gradle/wrapper/gradle-wrapper.properties index d510da0c0f..44dfdacf6d 100644 --- a/platform/android/gradle/wrapper/gradle-wrapper.properties +++ b/platform/android/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip