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 {
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.1.1 '
9
+ classpath ' com.android.tools.build:gradle:4.1.3 '
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
@@ -22,8 +22,14 @@ allprojects {
22
22
// Apparently needed by AndroidX dependencies
23
23
maven { url " https://jitpack.io" }
24
24
25
+ // Needed to get google-vr dependencies
26
+ maven { url ' https://repo.gradle.org/gradle/libs-releases' }
27
+
25
28
mavenCentral()
26
29
google()
30
+
31
+ google()
32
+ mavenCentral()
27
33
}
28
34
}
29
35
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
mavenCentral()
8
8
}
9
9
dependencies {
10
- classpath 'com.android.tools.build:gradle:@@gradle_version @@'
10
+ classpath 'com.android.tools.build:gradle:@@gradle_plugin_version @@'
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments