Skip to content

Commit

Permalink
update license list
Browse files Browse the repository at this point in the history
  • Loading branch information
chdft committed Oct 24, 2020
1 parent d76b065 commit 3c26d76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/values/licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
<resources>
<string-array name="licenses_libraryname">
<item>Material Icons</item>
<item>AndroidX Support Library</item>
</string-array>
<string-array name="licenses_licensename">
<item>Apache 2.0</item>
<item>Apache 2.0</item>
</string-array>
<string-array name="licenses_licenselink">
<item>https://github.com/google/material-design-icons/blob/master/LICENSE</item>
<item>http://www.apache.org/licenses/LICENSE-2.0</item>
</string-array>
<string-array name="licenses_librarylink">
<item>https://github.com/google/material-design-icons</item>
<item>https://developer.android.com/jetpack/androidx/</item>
</string-array>
<string-array name="licenses_use">
<item>Used as basis for the app icon.</item>
<item>Used without modifications in accordance with recommendations in the documentation.</item>
</string-array>
</resources>

0 comments on commit 3c26d76

Please sign in to comment.