Commit 553fb8b 1 parent c421838 commit 553fb8b Copy full SHA for 553fb8b
File tree 4 files changed +4
-4
lines changed
packages/react-native-codegen/android
gradlePlugin-build/gradlePlugin
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
jcenter()
13
13
}
14
14
dependencies {
15
- classpath(" com.android.tools.build:gradle:3.6.4 " )
15
+ classpath(" com.android.tools.build:gradle:4.0.1 " )
16
16
classpath(" de.undercouch:gradle-download-task:4.0.2" )
17
17
18
18
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
jcenter()
13
13
}
14
14
dependencies {
15
- classpath(" com.android.tools.build:gradle:3.6.4 " )
15
+ classpath(" com.android.tools.build:gradle:4.0.1 " )
16
16
}
17
17
}
18
18
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:3.6.4 '
22
+ implementation ' com.android.tools.build:gradle:4.0.1 '
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 @@ -13,7 +13,7 @@ buildscript {
13
13
jcenter()
14
14
}
15
15
dependencies {
16
- classpath(" com.android.tools.build:gradle:3.6.4 " )
16
+ classpath(" com.android.tools.build:gradle:4.0.1 " )
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