fastlane: add icon

It turns out F-Droid can't determine the icon of an app if it's
adaptive [#25]. Add an icon to the fastlane metadata so thats fixed.
This commit is contained in:
OxygenCobalt 2021-07-08 16:20:06 -06:00
parent b88628f558
commit 07b16ec902
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
<p align="center"><img src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="150"></p>
<p align="center"><img src="fastlane/metadata/android/en-US/images/icon.png" width="150"></p>
<h1 align="center"><b>Auxio</b></h1>
<h4 align="center">A simple, rational music player for android.</h4>
<p align="center">

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB