Maximum icon size is now defined in config.py

This commit is contained in:
Daniel Martí 2013-08-19 11:36:26 +02:00
parent 9f246b04cc
commit e6fe2d7d53
2 changed files with 9 additions and 4 deletions

View file

@ -20,6 +20,10 @@ gradle = "gradle"
# Android gradle plugin version
gradle_plugin = "0.5.+"
# Max height and width (in pixels) for the icons in the repo
# This corresponds to 72x72 pixels, i.e. mdpi
icon_max_size = 72
repo_url = "https://f-droid.org/repo"
repo_name = "F-Droid"
repo_icon = "fdroid-icon.png"