We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b3866 commit 8d76c35Copy full SHA for 8d76c35
build.gradle
@@ -23,10 +23,10 @@ allprojects {
23
apply plugin: 'java-library'
24
25
// 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'
+ ext.targetSdkVersion = '26'
+ ext.supportLibsVersion = '26.0.2'
+ ext.wearVersion = '2.1.0'
+ ext.gvrVersion = '1.150.0'
30
ext.processingVersion = '3.3.7'
31
ext.toolingVersion = '4.3'
32
ext.slf4jVersion = '1.7.10'
0 commit comments