summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-01-27 12:57:56 +0300
committerAndrew Dolgov <[email protected]>2012-01-27 12:57:56 +0300
commitd8b7761ad404cddb18489db23f1d853a1db55258 (patch)
tree1e8e6cf0f8965dbda9dd0cb4427d334066ef60da /AndroidManifest.xml
parent1f76692f6d3dc84758256945233e5afa1708d79e (diff)
disable layout transitioner on ICS since it doesn't seem to work
properly, bump version
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 f1ab445c..95d87da9 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="54"
- android:versionName="0.4.6" >
+ android:versionCode="55"
+ android:versionName="0.4.7" >
<uses-sdk android:minSdkVersion="7" />