Skip to content

Commit 97dd36f

Browse files
committed
chore: fix native build
1 parent 880c260 commit 97dd36f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src-native/android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ buildscript {
44
// ext.kotlin_version = '1.2.70'
55
repositories {
66
google()
7+
mavenCentral()
78
}
89
dependencies {
910
classpath 'com.android.tools.build:gradle:7.+'
@@ -13,6 +14,7 @@ buildscript {
1314
allprojects {
1415
repositories {
1516
google()
17+
mavenCentral()
1618
}
1719
}
1820
task clean(type: Delete) {

0 commit comments

Comments
 (0)