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

Commit cf95fd0

Browse files
author
Noel Victor
committed
GVR SDK Android 1.160.0
1 parent a075e0b commit cf95fd0

File tree

96 files changed

+49070
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+49070
-56
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ For first time users, see the
1111
[Get Started with Google VR on Android](//developers.google.com/vr/android/get-started)
1212
guide.
1313

14+
SDK releases are availble from the
15+
[releases](//github.com/googlevr/gvr-android-sdk/releases) page.
16+
1417
Please note, we do not accept pull requests.

apks/controller_emulator.apk

56.2 KB
Binary file not shown.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ 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 extractAudioSo(type: Copy) {
38-
from zipTree("${project.rootDir}/libraries/sdk-audio-1.150.0.aar")
38+
from zipTree("${project.rootDir}/libraries/sdk-audio-1.160.0.aar")
3939
into "${project.rootDir}/libraries/"
4040
include "jni/**/libgvr_audio.so"
4141
}
4242

4343
task extractGvrSo(type: Copy) {
44-
from zipTree("${project.rootDir}/libraries/sdk-base-1.150.0.aar")
44+
from zipTree("${project.rootDir}/libraries/sdk-base-1.160.0.aar")
4545
into "${project.rootDir}/libraries/"
4646
include "jni/**/libgvr.so"
4747
}

libraries/headers/vr/gvr/capi/include/gvr_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ extern "C" {
2323
/// A string representation of the current GVR build version. This is of
2424
/// the form "MAJOR.MINOR.PATCH". Note that this may differ from the runtime
2525
/// GVR version as reported by gvr_get_version_string().
26-
#define GVR_SDK_VERSION_STRING "1.150.0"
26+
#define GVR_SDK_VERSION_STRING "1.160.0"
2727

2828
/// Semantic components for the current GVR build version. Note that these
2929
/// values may differ from the runtime GVR version as reported by
3030
/// gvr_get_version().
3131
enum {
3232
GVR_SDK_MAJOR_VERSION = 1,
33-
GVR_SDK_MINOR_VERSION = 150,
33+
GVR_SDK_MINOR_VERSION = 160,
3434
GVR_SDK_PATCH_VERSION = 0,
3535
};
3636

libraries/sdk-audio-1.150.0.aar

-1.27 MB
Binary file not shown.

libraries/sdk-audio-1.160.0.aar

1.25 MB
Binary file not shown.

libraries/sdk-audio-1.150.0.pom renamed to libraries/sdk-audio-1.160.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.150.0</version>
7+
<version>1.160.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.150.0</version>
22+
<version>1.160.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

libraries/sdk-base-1.150.0.aar

-2.69 MB
Binary file not shown.

libraries/sdk-base-1.160.0.aar

2.66 MB
Binary file not shown.

libraries/sdk-base-1.150.0.pom renamed to libraries/sdk-base-1.160.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-base</artifactId>
7-
<version>1.150.0</version>
7+
<version>1.160.0</version>
88
<packaging>aar</packaging>
99

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

0 commit comments

Comments
 (0)