We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542ed8e commit 7dc6c93Copy full SHA for 7dc6c93
document-viewer/src/main/AndroidManifest.xml
@@ -3,8 +3,8 @@
3
xmlns:android="http://schemas.android.com/apk/res/android"
4
package="org.sufficientlysecure.viewer"
5
android:installLocation="auto"
6
- android:versionCode="2500"
7
- android:versionName="2.5">
+ android:versionCode="2600"
+ android:versionName="2.6">
8
9
<uses-sdk
10
android:minSdkVersion="8"
@@ -150,4 +150,4 @@
150
android:theme="@android:style/Theme.Dialog" />
151
</application>
152
153
-</manifest>
+</manifest>
0 commit comments