diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-03-20 13:10:04 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-03-20 13:30:41 +0100 |
commit | adf452840381096a9113d000c8515acb02d4a5cf (patch) | |
tree | 452616c391ef2e197f6740a3d4b35799583ff1a6 | |
parent | bfca0ea06e9a10c2f3d5288a72df8f547bb003a4 (diff) |
sdremote: LibreOffice Remote for Impress version 2.1.0 (alpha)sdremote-2.1.0.alpha
-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 |