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

Commit 9a7857b

Browse files
committed
GVR SDK for Android v1.150.0
1 parent a8ec5b5 commit 9a7857b

File tree

71 files changed

+24858
-52
lines changed

Some content is hidden

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

71 files changed

+24858
-52
lines changed

apks/controller_emulator.apk

304 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.140.0.aar")
38+
from zipTree("${project.rootDir}/libraries/sdk-audio-1.150.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.140.0.aar")
44+
from zipTree("${project.rootDir}/libraries/sdk-base-1.150.0.aar")
4545
into "${project.rootDir}/libraries/"
4646
include "jni/**/libgvr.so"
4747
}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ extern "C" {
6464
/// case GVR_GESTURE_SWIPE:
6565
/// // Handle swipe gesture.
6666
/// break;
67-
/// case GVR_GESTURE__SCROLL_START:
67+
/// case GVR_GESTURE_SCROLL_START:
6868
/// // Handle the start of a sequence of scroll gestures.
6969
/// break;
70-
/// case GVR_GESTURE__SCROLL_UPDATE:
70+
/// case GVR_GESTURE_SCROLL_UPDATE:
7171
/// // Handle an update in a sequence of scroll gestures.
7272
/// break;
73-
/// case GVR_GESTURE__SCROLL_END:
73+
/// case GVR_GESTURE_SCROLL_END:
7474
/// // Handle the end of a sequence of scroll gestures.
7575
/// break;
7676
/// default:
@@ -243,13 +243,13 @@ typedef gvr_gesture Gesture;
243243
/// case GVR_GESTURE_SWIPE:
244244
/// // Handle swipe gesture.
245245
/// break;
246-
/// case GVR_GESTURE__SCROLL_START:
246+
/// case GVR_GESTURE_SCROLL_START:
247247
/// // Handle the start of a sequence of scroll gestures.
248248
/// break;
249-
/// case GVR_GESTURE__SCROLL_UPDATE:
249+
/// case GVR_GESTURE_SCROLL_UPDATE:
250250
/// // Handle an update in a sequence of scroll gestures.
251251
/// break;
252-
/// case GVR_GESTURE__SCROLL_END:
252+
/// case GVR_GESTURE_SCROLL_END:
253253
/// // Handle the end of a sequence of scroll gestures.
254254
/// break;
255255
/// default:

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.140.0"
26+
#define GVR_SDK_VERSION_STRING "1.150.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 = 140,
33+
GVR_SDK_MINOR_VERSION = 150,
3434
GVR_SDK_PATCH_VERSION = 0,
3535
};
3636

libraries/sdk-audio-1.140.0.aar

-1.25 MB
Binary file not shown.

libraries/sdk-audio-1.150.0.aar

1.27 MB
Binary file not shown.

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

libraries/sdk-base-1.140.0.aar

-2.67 MB
Binary file not shown.

libraries/sdk-base-1.150.0.aar

2.69 MB
Binary file not shown.

libraries/sdk-base-1.140.0.pom renamed to libraries/sdk-base-1.150.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.140.0</version>
7+
<version>1.150.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.140.0</version>
22+
<version>1.150.0</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

0 commit comments

Comments
 (0)