diff options
author | Artur Dryomov <artur.dryomov@gmail.com> | 2013-07-30 16:27:00 +0300 |
---|---|---|
committer | Artur Dryomov <artur.dryomov@gmail.com> | 2013-07-30 23:52:01 +0300 |
commit | 0a483508689c08d57feb5db32997125727f0e50d (patch) | |
tree | 5c3d4d31ef50985bb29b2f61cbf91f39be42718b /android | |
parent | c1b522c591bc9316c21cc3af4f183f59bb28dfad (diff) |
Change Impress Remote version.
Bump it to 1.1 and remote additional text from version name because it
is useless.
Change-Id: I6fbd0dc3b499c5aafc80b91c77372360c2767189
Diffstat (limited to 'android')
-rw-r--r-- | android/sdremote/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdremote/AndroidManifest.xml b/android/sdremote/AndroidManifest.xml index 842972f04913..109c1c27d962 100644 --- a/android/sdremote/AndroidManifest.xml +++ b/android/sdremote/AndroidManifest.xml @@ -2,7 +2,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.libreoffice.impressremote" android:versionCode="8" - android:versionName="1.0.6+ Impress Remote" + android:versionName="1.1" android:installLocation="auto"> <uses-permission |