Skip to content

Latest commit

 

History

History

arcore-android-sdk-client

Name: ARCore SDK client library for Chrome
Short Name: com.google.ar:core-partner_chrome
URL: https://developers.google.com/ar/develop/java/enable-arcore#dependencies
Version: 1.22
License: Apache 2.0
License File: LICENSE
Security Critical: yes

Description:
The ARCore Android SDK provides augmented reality capabilities to Android
devices. This package contains partner version of ARCore SDK client specific
to Chrome. Since the partner version is not published to Maven (see package URL
for more context about dependencies), the .aar file is uploaded to CIPD.

Googler update instructions - see:
https://goto.google.com/arcore-chrome-client-update

Local Modifications:
Added files required for consumption in Chrome (LICENSE, OWNERS, BUILD.gn,
cipd.yaml, *.info).

Added override for proguard configs brought by ARCore SDK's .aar.
The override should be removed once ARCore SDK includes the change upstream and
the version of SDK gets rolled.

The LICENSE file is taken from
 * https://www.apache.org/licenses/LICENSE-2.0.txt

Changes:
2021-06-23 - Ignoring Manifest changes so we don't include them in WebView.
2021-02-01 - Upgraded SDK binaries to v1.22.
2020-07-13 - Upgraded SDK binaries to v1.18.
2020-01-23 - Added override for proguard configs brought by ARCore SDK's .aar.
             This was achieved by extracting proguard.txt from
             core-partner_chrome-1.10.0.aar and commenting out offending
             lines that would prevent proguard from optimizing unused public
             classes away.
2019-07-01 - Initial version.