Commit ae494e7 1 parent 3560753 commit ae494e7 Copy full SHA for ae494e7
File tree 5 files changed +5
-5
lines changed
react-native-codegen/android
gradlePlugin-build/gradlePlugin
react-native-gradle-plugin
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
}
14
14
dependencies {
15
15
val kotlin_version: String by project
16
- classpath(" com.android.tools.build:gradle:4.2.1 " )
16
+ classpath(" com.android.tools.build:gradle:4.2.2 " )
17
17
classpath(" de.undercouch:gradle-download-task:4.1.1" )
18
18
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version " )
19
19
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ buildscript {
14
14
mavenCentral()
15
15
}
16
16
dependencies {
17
- classpath(" com.android.tools.build:gradle:4.2.1 " )
17
+ classpath(" com.android.tools.build:gradle:4.2.2 " )
18
18
}
19
19
}
20
20
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ gradlePlugin {
19
19
}
20
20
21
21
dependencies {
22
- implementation ' com.android.tools.build:gradle:4.2.1 '
22
+ implementation ' com.android.tools.build:gradle:4.2.2 '
23
23
// Use the same Gson version that `com.android.tools.build:gradle` depends on.
24
24
implementation ' com.google.code.gson:gson:2.8.5'
25
25
implementation ' com.google.guava:guava:29.0-jre'
Original file line number Diff line number Diff line change @@ -25,5 +25,5 @@ gradlePlugin {
25
25
}
26
26
27
27
dependencies {
28
- implementation(" com.android.tools.build:gradle:4.2.1 " )
28
+ implementation(" com.android.tools.build:gradle:4.2.2 " )
29
29
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ buildscript {
13
13
mavenCentral()
14
14
}
15
15
dependencies {
16
- classpath(" com.android.tools.build:gradle:4.2.1 " )
16
+ classpath(" com.android.tools.build:gradle:4.2.2 " )
17
17
// NOTE: Do not place your application dependencies here; they belong
18
18
// in the individual module build.gradle files
19
19
}
You can’t perform that action at this time.
0 commit comments