summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-21 12:13:42 +0400
committerAndrew Dolgov <[email protected]>2012-09-21 12:13:42 +0400
commit0570783c7631737fc901612eacb464eee681033e (patch)
tree2c5c594397c8269d9dac0d9435511c02e27d094a /AndroidManifest.xml
parent81522a61727a6502b246ee868bd82e5420465f50 (diff)
fix preferences not showing content
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 58d006a8..a7a51cf7 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="104"
- android:versionName="0.8.3" >
+ android:versionCode="105"
+ android:versionName="0.8.4" >
<uses-sdk
android:minSdkVersion="8"