summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-11-17 12:27:41 +0400
committerAndrew Dolgov <[email protected]>2013-11-17 12:27:41 +0400
commit12b784d06b380894348a793d106b586ba1f79f17 (patch)
tree085289255fa9e37ea7e622c8d04bbe1f35bf6d08 /AndroidManifest.xml
parent7ab556e1d4c2501d059ef62ae568f05bbdbbeb24 (diff)
set light background for small devices to fixed color
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 26851148..343c8529 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="220"
- android:versionName="1.24" >
+ android:versionCode="221"
+ android:versionName="1.25" >
<uses-sdk
android:minSdkVersion="8"