File tree 6 files changed +8
-8
lines changed
packages/react-native-gradle-plugin 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ buildscript {
12
12
}
13
13
dependencies {
14
14
val kotlin_version: String by project
15
- classpath(" com.android.tools.build:gradle:7.0.1 " )
16
- classpath(" de.undercouch:gradle-download-task:4.1.1 " )
15
+ classpath(" com.android.tools.build:gradle:7.0.4 " )
16
+ classpath(" de.undercouch:gradle-download-task:4.1.2 " )
17
17
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version " )
18
18
// NOTE: Do not place your application dependencies here; they belong
19
19
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ gradlePlugin {
29
29
30
30
dependencies {
31
31
implementation(gradleApi())
32
- implementation(" com.android.tools.build:gradle:7.0.1 " )
32
+ implementation(" com.android.tools.build:gradle:7.0.4 " )
33
33
implementation(" com.google.code.gson:gson:2.8.9" )
34
34
implementation(" com.google.guava:guava:31.0.1-jre" )
35
35
implementation(" com.squareup:javapoet:1.13.0" )
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ buildscript {
13
13
mavenCentral()
14
14
}
15
15
dependencies {
16
- classpath(" com.android.tools.build:gradle:7.0.1 " )
16
+ classpath(" com.android.tools.build:gradle:7.0.4 " )
17
17
classpath(" com.facebook.react:react" )
18
- classpath(" de.undercouch:gradle-download-task:4.1.1 " )
18
+ classpath(" de.undercouch:gradle-download-task:4.1.2 " )
19
19
// NOTE: Do not place your application dependencies here; they belong
20
20
// in the individual module build.gradle files
21
21
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments