allow more articles to be synced while going offline
This commit is contained in:
parent
fb0d0d0ad2
commit
a18fb4d206
@ -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="152"
|
||||
android:versionName="1.4.3" >
|
||||
android:versionCode="153"
|
||||
android:versionName="1.4.4" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="8"
|
||||
|
@ -33,5 +33,8 @@
|
||||
<item>150</item>
|
||||
<item>250</item>
|
||||
<item>500</item>
|
||||
<item>1000</item>
|
||||
<item>1500</item>
|
||||
<item>2000</item>
|
||||
</string-array>
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user