summaryrefslogtreecommitdiff
path: root/app/src/main/assets/licenses.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-05-03 14:44:12 +0200
committerByteHamster <info@bytehamster.com>2020-05-03 16:49:14 +0200
commit45e7b8ee00a5b338b106bcf71c3fc811d1b17910 (patch)
treee8dbe1f2971aec4b4cd9875506be71c7f70af8a6 /app/src/main/assets/licenses.xml
parent2386684b7f19908aaf896104dc460e39dbf18107 (diff)
downloadAntennaPod-45e7b8ee00a5b338b106bcf71c3fc811d1b17910.zip
Switched to MaterialComponents theme
Diffstat (limited to 'app/src/main/assets/licenses.xml')
-rw-r--r--app/src/main/assets/licenses.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/assets/licenses.xml b/app/src/main/assets/licenses.xml
index c69f692cf..4f0255182 100644
--- a/app/src/main/assets/licenses.xml
+++ b/app/src/main/assets/licenses.xml
@@ -13,6 +13,12 @@
license="Apache 2.0"
licenseText="LICENSE_APACHE-2.0.txt" />
<library
+ name="Android Jetpack"
+ author="Google"
+ website="https://developer.android.com/jetpack"
+ license="Apache 2.0"
+ licenseText="LICENSE_APACHE-2.0.txt" />
+ <library
name="Apache Commons"
author="The Apache Software Foundation"
website="http://commons.apache.org/"
@@ -67,6 +73,12 @@
license="SIL Open Font, Version 1.1"
licenseText="LICENSE_SIL.txt" />
<library
+ name="Material Components"
+ author="Google"
+ website="https://github.com/material-components/material-components-android"
+ license="Apache 2.0"
+ licenseText="LICENSE_APACHE-2.0.txt" />
+ <library
name="OkHttp"
author="Square"
website="https://github.com/square/okhttp"