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 cda05b5 commit 1450d98Copy full SHA for 1450d98
android/build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
}
8
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:3.5.4'
+ classpath 'com.android.tools.build:gradle:7.1.3'
11
12
13
example/android/build.gradle
@@ -14,7 +14,7 @@ buildscript {
14
mavenCentral()
15
16
17
- classpath("com.android.tools.build:gradle:7.0.4")
+ classpath('com.android.tools.build:gradle:7.1.3')
18
classpath("com.facebook.react:react-native-gradle-plugin")
19
classpath("de.undercouch:gradle-download-task:4.1.2")
20
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
0 commit comments