bump version
This commit is contained in:
parent
78d35a02e4
commit
155f9dde29
@ -1,11 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.fox.ttrss"
|
||||
android:versionCode="380"
|
||||
android:versionName="1.152" >
|
||||
android:versionCode="398"
|
||||
android:versionName="1.166" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="15"
|
||||
android:minSdkVersion="16"
|
||||
android:targetSdkVersion="23" />
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
@ -254,6 +254,7 @@
|
||||
|
||||
<activity
|
||||
android:name=".ArticleImagesPagerActivity"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
android:label="Article Images" >
|
||||
</activity>
|
||||
<activity
|
||||
|
Loading…
Reference in New Issue
Block a user