File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:4.1.1 '
9+ classpath ' com.android.tools.build:gradle:4.1.3 '
1010
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
@@ -22,8 +22,14 @@ allprojects {
2222 // Apparently needed by AndroidX dependencies
2323 maven { url " https://jitpack.io" }
2424
25+ // Needed to get google-vr dependencies
26+ maven { url ' https://repo.gradle.org/gradle/libs-releases' }
27+
2528 mavenCentral()
2629 google()
30+
31+ google()
32+ mavenCentral()
2733 }
2834}
2935
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 mavenCentral()
88 }
99 dependencies {
10- classpath 'com.android.tools.build:gradle:@@gradle_version @@'
10+ classpath 'com.android.tools.build:gradle:@@gradle_plugin_version @@'
1111
1212 // NOTE: Do not place your application dependencies here; they belong
1313 // in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments