Skip to content

Commit a0ec09a

Browse files
author
Mark Fine
committed
ARCore Extensions SDK v1.51.0-arf4
1 parent 6dfba4a commit a0ec09a

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="ARCore/CloudAnchors" version="~> 1.50.0" minTargetSdk="13.0">
3+
<iosPod name="ARCore/CloudAnchors" version="~> 1.51.0" minTargetSdk="13.0">
44
</iosPod>
55
</iosPods>
66
</dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="ARCore/GARSession" version="~> 1.50.0" minTargetSdk="13.0">
3+
<iosPod name="ARCore/GARSession" version="~> 1.51.0" minTargetSdk="13.0">
44
</iosPod>
55
</iosPods>
66
</dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="ARCore/Geospatial" version="~> 1.50.0" minTargetSdk="13.0">
3+
<iosPod name="ARCore/Geospatial" version="~> 1.51.0" minTargetSdk="13.0">
44
</iosPod>
55
</iosPods>
66
</dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="ARCore/Semantics" version="~> 1.50.0" minTargetSdk="13.0">
3+
<iosPod name="ARCore/Semantics" version="~> 1.51.0" minTargetSdk="13.0">
44
</iosPod>
55
</iosPods>
66
</dependencies>

Runtime/Plugins/ARPresto.aar

-99.9 KB
Binary file not shown.

Runtime/Plugins/arcore_client.aar

-16 KB
Binary file not shown.

Runtime/Scripts/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ public class VersionInfo
2828
/// <summary>
2929
/// The current ARCore Extensions package version.
3030
/// </summary>
31-
public static readonly string Version = "1.50.0";
31+
public static readonly string Version = "1.51.0";
3232
}
3333
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.google.ar.core.arfoundation.extensions",
33
"displayName": "ARCore Extensions",
4-
"version": "1.50.0",
4+
"version": "1.51.0",
55
"unity": "2019.4",
66
"description": "Google ARCore Extensions for AR Foundation. This package provides access to ARCore features not covered by AR Foundation's cross platform API.",
77
"author":

0 commit comments

Comments
 (0)