fix offline download limit, bump version
This commit is contained in:
parent
f031194f30
commit
c6cec83803
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.fox.ttrss"
|
||||
android:versionCode="34"
|
||||
android:versionName="0.3.1" >
|
||||
android:versionCode="35"
|
||||
android:versionName="0.3.2" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="4" />
|
||||
|
||||
|
@ -31,7 +31,7 @@ public class OfflineDownloadService extends IntentService {
|
||||
public static final int NOTIFY_DOWNLOADING = 1;
|
||||
|
||||
private static final int OFFLINE_SYNC_SEQ = 60;
|
||||
private static final int OFFLINE_SYNC_MAX = 60; //500
|
||||
private static final int OFFLINE_SYNC_MAX = 500;
|
||||
|
||||
private SQLiteDatabase m_writableDb;
|
||||
private SQLiteDatabase m_readableDb;
|
||||
|
Loading…
Reference in New Issue
Block a user