We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6198e2 commit c3323d0Copy full SHA for c3323d0
android/build.gradle
@@ -33,7 +33,7 @@ buildscript {
33
jcenter()
34
}
35
dependencies {
36
- classpath("com.android.tools.build:gradle:4.1.0")
+ classpath("com.android.tools.build:gradle:7.3.1")
37
38
39
example/android/build.gradle
@@ -22,7 +22,7 @@ buildscript {
22
mavenCentral()
23
24
25
- classpath("com.android.tools.build:gradle:7.1.1")
26
classpath("com.facebook.react:react-native-gradle-plugin")
27
classpath("de.undercouch:gradle-download-task:5.0.1")
28
// NOTE: Do not place your application dependencies here; they belong
0 commit comments