Skip to content

Commit c43c207

Browse files
committed
chore: android build fix
1 parent 7acf609 commit c43c207

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src-native/android/build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ buildscript {
44
// ext.kotlin_version = '1.2.70'
55
repositories {
66
google()
7-
mavenCentral()
8-
}
7+
mavenCentral()
8+
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.+'
10+
classpath 'com.android.tools.build:gradle:7.2.1'
1111
}
1212
}
1313

1414
allprojects {
1515
repositories {
1616
google()
17-
mavenCentral()
18-
}
17+
mavenCentral()
18+
}
1919
}
2020
task clean(type: Delete) {
2121
delete rootProject.buildDir

0 commit comments

Comments
 (0)