Update libraries

This commit is contained in:
MM20
2025-07-04 11:50:38 +02:00
parent dd14c6cbaa
commit 88df149f52
2 changed files with 4 additions and 13 deletions
@@ -175,14 +175,6 @@ val OpenSourceLicenses = arrayOf(
licenseText = R.raw.license_apache_2,
url = "https://source.android.com/"
),
OpenSourceLibrary(
name = "Protobuf",
copyrightNote = "Copyright 2008 Google Inc. All rights reserved.",
description = "Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.",
licenseName = R.string.bsd_3clause_name,
licenseText = R.raw.license_bsd_3clause,
url = "https://developers.google.com/protocol-buffers"
),
OpenSourceLibrary(
name = "AndroidSVG",
description = "AndroidSVG is a SVG parser and renderer for Android.",