summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-20 15:01:38 +0400
committerAndrew Dolgov <[email protected]>2012-09-20 15:01:38 +0400
commitf3376172aa1e48af9e6faf1ea9dc3835597c79cd (patch)
treee8dbf393625981eaf11c138eb9967dde7901b5ec /AndroidManifest.xml
parent869868c5d6ce227b0fa1bfc0c10ff78b0d1ad417 (diff)
fix http basic auth
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 66a38b00..c254e64c 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="102"
- android:versionName="0.8.1" >
+ android:versionCode="103"
+ android:versionName="0.8.2" >
<uses-sdk
android:minSdkVersion="8"