Skip to content

Commit 8a6e7a3

Browse files
Merge pull request #3682 from NativeScript/vladimirov/fix-plugin-build
fix: Use google as default repo when building plugins
2 parents 58ef2df + 1d9e382 commit 8a6e7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/gradle-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
buildscript {
33
repositories {
4-
jcenter()
54
google()
5+
jcenter()
66
}
77
dependencies {
88
classpath 'com.android.tools.build:gradle:3.1.2'

0 commit comments

Comments
 (0)