diff options
-rw-r--r-- | android/sdremote/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml index 42b644c..0336470 100644 --- a/android/sdremote/AndroidManifest.xml +++ b/android/sdremote/AndroidManifest.xml @@ -18,8 +18,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.libreoffice.impressremote" - android:versionCode="9" - android:versionName="2.0.0" + android:versionCode="10" + android:versionName="2.1.0" android:installLocation="auto"> <uses-permission |