Skip to content
This repository was archived by the owner on Nov 8, 2019. It is now read-only.

Commit ae6cb1f

Browse files
GVR SDK Android 1.200
1 parent ffda940 commit ae6cb1f

37 files changed

+966
-263
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ libraries/jni
1313
local.properties
1414

1515
# OS configurations.
16-
.DS_Store
16+
.DS_Store

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
Enables Daydream and Cardboard app development on Android.
44

5-
Copyright (c) 2016 Google Inc. All rights reserved.
5+
Copyright (c) 2018 Google Inc.
6+
7+
See [https://developers.google.com/terms/](https://developers.google.com/terms/)
8+
for the **Google APIs Terms of Service** which cover this SDK. The code in
9+
`samples` is covered by the Apache 2 `LICENSE` file in that directory, and the
10+
files in `assets` are covered by Creative Commons `LICENSE` file in that
11+
directory.
612

713
For updates, known issues, and upgrade instructions, see the
814
[release-notes](//github.com/googlevr/gvr-android-sdk/releases).

apks/controller_emulator.apk

110 KB
Binary file not shown.

assets/LICENSE

Lines changed: 393 additions & 0 deletions
Large diffs are not rendered by default.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
jcenter()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.0.1'
10+
classpath 'com.android.tools.build:gradle:3.3.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
@@ -35,7 +35,7 @@ task clean(type: Delete) {
3535
// The dependencies for NDK builds live inside the .aar files so they need to
3636
// be extracted before NDK targets can build.
3737
task extractNdk(type: Copy) {
38-
from zipTree("${project.rootDir}/libraries/sdk-base-1.190.0.aar")
38+
from zipTree("${project.rootDir}/libraries/sdk-base-1.200.0.aar")
3939
into "${project.rootDir}/libraries/"
4040
include "headers/vr/gvr/capi/**/*h"
4141
include "jni/**/libgvr_audio.so"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-bin.zip

libraries/sdk-audio-1.190.0.pom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.vr</groupId>
66
<artifactId>sdk-audio</artifactId>
7-
<version>1.190.0</version>
7+
<version>1.200.0</version>
88
<packaging>aar</packaging>
99

1010
<name>Google VR SDK-Audio</name>
@@ -19,7 +19,7 @@
1919
<groupId>com.google.vr</groupId>
2020
<artifactId>sdk-base</artifactId>
2121
<type>aar</type>
22-
<version>1.190.0</version>
22+
<version>1.200.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

libraries/sdk-base-1.190.0.aar

-4.69 MB
Binary file not shown.

libraries/sdk-base-1.200.0.aar

4.91 MB
Binary file not shown.

libraries/sdk-base-1.190.0.pom renamed to libraries/sdk-base-1.200.0.pom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.google.vr</groupId>
66
<artifactId>sdk-base</artifactId>
7-
<version>1.190.0</version>
7+
<version>1.200.0</version>
88
<packaging>aar</packaging>
99

1010
<name>Google VR SDK-Base</name>

0 commit comments

Comments
 (0)