mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Bump Gradle, AGP and Download plugins
Summary: Let's keep our Gradle infra deps up to date. I'm bumping Gradle to 7.3.3 which fixes several Log4j CVEs, AGP to 7.0.4 and the Download Task plugin to 4.1.2 Changelog: [Android] [Changed] - Bump Gradle to 7.3.3 and AGP to 7.0.4 Reviewed By: mdvacca Differential Revision: D33430789 fbshipit-source-id: b8f260beb4a9cc962ea3743610bfb4ead004d6cb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a03bd2f13e
commit
cd4c6659d3
+2
-2
@@ -12,8 +12,8 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
val kotlin_version: String by project
|
||||
classpath("com.android.tools.build:gradle:7.0.1")
|
||||
classpath("de.undercouch:gradle-download-task:4.1.1")
|
||||
classpath("com.android.tools.build:gradle:7.0.4")
|
||||
classpath("de.undercouch:gradle-download-task:4.1.2")
|
||||
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
@@ -29,7 +29,7 @@ gradlePlugin {
|
||||
|
||||
dependencies {
|
||||
implementation(gradleApi())
|
||||
implementation("com.android.tools.build:gradle:7.0.1")
|
||||
implementation("com.android.tools.build:gradle:7.0.4")
|
||||
implementation("com.google.code.gson:gson:2.8.9")
|
||||
implementation("com.google.guava:guava:31.0.1-jre")
|
||||
implementation("com.squareup:javapoet:1.13.0")
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
@@ -13,9 +13,9 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:7.0.1")
|
||||
classpath("com.android.tools.build:gradle:7.0.4")
|
||||
classpath("com.facebook.react:react")
|
||||
classpath("de.undercouch:gradle-download-task:4.1.1")
|
||||
classpath("de.undercouch:gradle-download-task:4.1.2")
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
||||
Reference in New Issue
Block a user