diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2024-03-09 17:55:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 17:55:07 +0100 |
commit | aaf225c7aff4e204c46f5a12663d097b967626cb (patch) | |
tree | 6ae577ae804f4d98fe4a08b661a1be13e28d5986 /app/src/main | |
parent | 755ccc42ece9fe30ebc989d80e9a846fa8e814f7 (diff) | |
download | AntennaPod-aaf225c7aff4e204c46f5a12663d097b967626cb.zip |
Remove okio library (#6972)
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/assets/licenses.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/src/main/assets/licenses.xml b/app/src/main/assets/licenses.xml index 2af54bda5..db5f93c1e 100644 --- a/app/src/main/assets/licenses.xml +++ b/app/src/main/assets/licenses.xml @@ -103,12 +103,6 @@ license="Apache 2.0" licenseText="LICENSE_OKHTTP.txt" /> <library - name="Okio" - author="Square" - website="https://github.com/square/okio" - license="Apache 2.0" - licenseText="LICENSE_APACHE-2.0.txt" /> - <library name="RecyclerViewSwipeDecorator" author="Paolo Montalto" website="https://github.com/xabaras/RecyclerViewSwipeDecorator" |