Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
..
.gitignore 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
cipd.yaml 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
core-1.32.0.info 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前
proguard.txt 4762b62e7d Publish DEPS for 106.0.5249.13 1 年之前

README.chromium

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.32
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:
2022-07-18 - Upgraded SDK binaries to v1.32.
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.