README.chromium 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. Name: ARCore SDK client library for Chrome
  2. Short Name: com.google.ar:core-partner_chrome
  3. URL: https://developers.google.com/ar/develop/java/enable-arcore#dependencies
  4. Version: 1.32
  5. License: Apache 2.0
  6. License File: LICENSE
  7. Security Critical: yes
  8. Description:
  9. The ARCore Android SDK provides augmented reality capabilities to Android
  10. devices. This package contains partner version of ARCore SDK client specific
  11. to Chrome. Since the partner version is not published to Maven (see package URL
  12. for more context about dependencies), the .aar file is uploaded to CIPD.
  13. Googler update instructions - see:
  14. https://goto.google.com/arcore-chrome-client-update
  15. Local Modifications:
  16. Added files required for consumption in Chrome (LICENSE, OWNERS, BUILD.gn,
  17. cipd.yaml, *.info).
  18. Added override for proguard configs brought by ARCore SDK's .aar.
  19. The override should be removed once ARCore SDK includes the change upstream and
  20. the version of SDK gets rolled.
  21. The LICENSE file is taken from
  22. * https://www.apache.org/licenses/LICENSE-2.0.txt
  23. Changes:
  24. 2022-07-18 - Upgraded SDK binaries to v1.32.
  25. 2021-06-23 - Ignoring Manifest changes so we don't include them in WebView.
  26. 2021-02-01 - Upgraded SDK binaries to v1.22.
  27. 2020-07-13 - Upgraded SDK binaries to v1.18.
  28. 2020-01-23 - Added override for proguard configs brought by ARCore SDK's .aar.
  29. This was achieved by extracting proguard.txt from
  30. core-partner_chrome-1.10.0.aar and commenting out offending
  31. lines that would prevent proguard from optimizing unused public
  32. classes away.
  33. 2019-07-01 - Initial version.