summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-06-02 12:16:02 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-06-02 12:45:50 +0200
commitc7282c52f86bc19f0a6df1023f042fedb67c0b0d (patch)
tree67603ed8919d8ea0307317f706a04f7b11383ff9
parentc3dd0d5fd84b038817a4e4be35790daa094b4fce (diff)
sdremote: LibreOffice Remote for Impress version 2.3.0sdremote-2.3.0
(vc18 was created without all remote changes/not published) Change-Id: Ifbc9c74c17758ab4591d9914f478d857802a112e
-rw-r--r--android/sdremote/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/sdremote/build.gradle b/android/sdremote/build.gradle
index 5f915b4..209b9c5 100644
--- a/android/sdremote/build.gradle
+++ b/android/sdremote/build.gradle
@@ -17,8 +17,8 @@ subprojects {
buildToolsVersion '23.0.3'
defaultConfig {
applicationId 'org.libreoffice.impressremote'
- versionCode 17
- versionName '2.2.3'
+ versionCode 19
+ versionName '2.3.0'
// prevent having android studio create PNGs from the vectors
vectorDrawables.useSupportLibrary = true
}