diff options
author | Artur Dryomov <artur.dryomov@gmail.com> | 2013-10-25 15:31:56 +0300 |
---|---|---|
committer | Artur Dryomov <artur.dryomov@gmail.com> | 2013-10-25 15:39:40 +0300 |
commit | b5efef87efdce56c2491e6de1370ad42b998a8df (patch) | |
tree | 58f1b953c0c2e609dc8286c7da89c96afe6c9642 /android | |
parent | 53481041066e39d1309827fc7902228626c3a4c7 (diff) |
Change version to 2.0.0.
Change-Id: Ic6ca04d61991afec627c7d76270c370233b0892f
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 098345064572..80c4ed6a96f9 100644 --- a/android/sdremote/AndroidManifest.xml +++ b/android/sdremote/AndroidManifest.xml @@ -19,7 +19,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.libreoffice.impressremote" android:versionCode="8" - android:versionName="1.1" + android:versionName="2.0.0" android:installLocation="auto"> <uses-permission |