reduce flavor image size requirements to pre-update values

This commit is contained in:
Andrew Dolgov 2017-06-11 12:53:00 +03:00
parent f172c5b2ac
commit f43adc03cc
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.fox.ttrss"
android:versionCode="446"
android:versionName="1.212">
android:versionCode="447"
android:versionName="1.213">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

View File

@ -94,7 +94,7 @@ public class HeadlinesFragment extends Fragment {
public enum ArticlesSelection { ALL, NONE, UNREAD }
public static final int FLAVOR_IMG_MIN_SIZE = 200;
public static final int FLAVOR_IMG_MIN_SIZE = 128;
public static final int THUMB_IMG_MIN_SIZE = 32;
public static final int HEADLINES_REQUEST_SIZE = 30;