summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-02 18:41:11 +0300
committerAndrew Dolgov <[email protected]>2011-12-02 18:41:11 +0300
commit04312e1929e2acc8d103e3c0bc490414bc536370 (patch)
tree88f54343fb8283d21ca7a6adcdcee5554b3d06d4 /AndroidManifest.xml
parent8e21ba0c94cb69ec2974350666f9cbdacacac583 (diff)
ApiRequest: properly handle NOT_LOGGED_IN
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 f8ffc743..b1b469e7 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="27"
- android:versionName="0.1.26">
+ android:versionCode="28"
+ android:versionName="0.1.27">
<uses-sdk android:minSdkVersion="8" />
<uses-permission android:name="android.permission.INTERNET" />