Skip to content

Commit 8d76c35

Browse files
committed
version downgrades in root build file
1 parent 42b3866 commit 8d76c35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ allprojects {
2323
apply plugin: 'java-library'
2424

2525
// Versions of all dependencies
26-
ext.targetSdkVersion = '27'
27-
ext.supportLibsVersion = '27.1.1'
28-
ext.wearVersion = '2.3.0'
29-
ext.gvrVersion = '1.170.0'
26+
ext.targetSdkVersion = '26'
27+
ext.supportLibsVersion = '26.0.2'
28+
ext.wearVersion = '2.1.0'
29+
ext.gvrVersion = '1.150.0'
3030
ext.processingVersion = '3.3.7'
3131
ext.toolingVersion = '4.3'
3232
ext.slf4jVersion = '1.7.10'

0 commit comments

Comments
 (0)