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 7acf609 commit c43c207Copy full SHA for c43c207
src-native/android/build.gradle
@@ -4,18 +4,18 @@ buildscript {
4
// ext.kotlin_version = '1.2.70'
5
repositories {
6
google()
7
- mavenCentral()
8
- }
+ mavenCentral()
+ }
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:7.+'
+ classpath 'com.android.tools.build:gradle:7.2.1'
11
}
12
13
14
allprojects {
15
16
17
18
19
20
task clean(type: Delete) {
21
delete rootProject.buildDir
0 commit comments