diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-06-05 13:34:20 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2014-06-05 13:34:20 +0200 |
commit | b7a12d2e2f47776f96227d9ca2ae0c13794c8b48 (patch) | |
tree | 3ad483dd250d0fa74c19d34133d3af8d7e7fd966 | |
parent | aa85cda576e8932c67736564c844ff02fea3b3f1 (diff) |
sdremote: LibreOffice Remote for Impress version 2.1.1sdremote-2.1.1
-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 0336470..fe37d51 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="10" - android:versionName="2.1.0" + android:versionCode="11" + android:versionName="2.1.1" android:installLocation="auto"> <uses-permission |