summaryrefslogtreecommitdiff
path: root/android/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 631028e5..040663e4 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.artifex.mupdfdemo"
- android:versionCode="2"
+ android:versionCode="50"
android:versionName="@string/version"
android:installLocation="auto">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
@@ -15,7 +15,6 @@
<application
android:label="@string/app_name"
android:icon="@drawable/icon"
- android:debuggable="true"
android:hardwareAccelerated="true">
<activity
android:name="ChoosePDFActivity"