summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-13 09:47:04 +0400
committerAndrew Dolgov <[email protected]>2013-02-13 09:47:04 +0400
commitbe9c8d661439f3eb95073eb157d10368e5ad49ea (patch)
treeeb5a0d1a37314839287669cf98adba8e3a6f8d27 /AndroidManifest.xml
parentda36af7b4216bde92eb77081c39f55206fe64161 (diff)
headlinesfragment: check if getView() exists before assigning list empty
view
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 68ba97e9..9eed659d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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="135"
- android:versionName="1.13" >
+ android:versionCode="136"
+ android:versionName="1.14" >
<uses-sdk
android:minSdkVersion="8"