From bca9121a7d5bfa181d55270dcae6be883f2103db Mon Sep 17 00:00:00 2001 From: YourBestDeveloper Date: Thu, 30 Mar 2023 23:41:15 +0900 Subject: [PATCH] update gradle version --- GeckoViewPlugin/build.gradle | 2 +- GeckoViewPlugin/gradle.properties | 2 +- GeckoViewPlugin/gradle/wrapper/gradle-wrapper.properties | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GeckoViewPlugin/build.gradle b/GeckoViewPlugin/build.gradle index af70df7d1..98518eea6 100644 --- a/GeckoViewPlugin/build.gradle +++ b/GeckoViewPlugin/build.gradle @@ -7,7 +7,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:3.3.2' + classpath 'com.android.tools.build:gradle:4.1.2' // NOTE: Do not place your application dependencies here; they belong diff --git a/GeckoViewPlugin/gradle.properties b/GeckoViewPlugin/gradle.properties index 82618cecb..e59e7fcd3 100644 --- a/GeckoViewPlugin/gradle.properties +++ b/GeckoViewPlugin/gradle.properties @@ -12,4 +12,4 @@ org.gradle.jvmargs=-Xmx1536m # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true - +android.useAndroidX=true diff --git a/GeckoViewPlugin/gradle/wrapper/gradle-wrapper.properties b/GeckoViewPlugin/gradle/wrapper/gradle-wrapper.properties index 506cddad2..214d6391b 100644 --- a/GeckoViewPlugin/gradle/wrapper/gradle-wrapper.properties +++ b/GeckoViewPlugin/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Feb 04 08:53:35 MST 2019 +#Mon Jan 16 04:40:09 KST 2023 distributionBase=GRADLE_USER_HOME +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip +zipStoreBase=GRADLE_USER_HOME