summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-21 18:04:44 +0400
committerAndrew Dolgov <[email protected]>2013-10-21 18:04:44 +0400
commitbff474c925c571f9d6f56dfa6b27fd1114fa20fb (patch)
treed4796f09bd7db6d43b4c1d7fbc9ea7edd93429a0 /AndroidManifest.xml
parentc723246199459e86e6c96dfb21ed3aedb73a4fbd (diff)
bump version because of a botched apk export
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 9e128493..199067b9 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="214"
- android:versionName="1.18" >
+ android:versionCode="215"
+ android:versionName="1.19" >
<uses-sdk
android:minSdkVersion="8"