Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 2ad0b06

Browse files
swap order of Android repo's
1 parent 6b43c8a commit 2ad0b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
}
99

1010
repositories {
11-
mavenCentral()
1211
jcenter()
12+
mavenCentral()
1313
}
1414

1515
dependencies {

0 commit comments

Comments
 (0)