summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-06 16:05:13 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-06 17:01:47 +0100
commit673e8591d89bcb20717b9b5f55b9759336d68d6b (patch)
tree30a36e2d80036eeba6f10ded92cae5b9acf20811
parent9422b972069703dd2103cb1776dac9ed332179d2 (diff)
bump version to 2.5.0 / vc 22
-rw-r--r--android/sdremote/build.gradle3
-rw-r--r--android/sdremote/mobile/build.gradle1
-rw-r--r--android/sdremote/wear/build.gradle1
3 files changed, 3 insertions, 2 deletions
diff --git a/android/sdremote/build.gradle b/android/sdremote/build.gradle
index 19cc26a..bcca015 100644
--- a/android/sdremote/build.gradle
+++ b/android/sdremote/build.gradle
@@ -22,8 +22,7 @@ subprojects {
defaultConfig {
targetSdkVersion 29
applicationId 'org.libreoffice.impressremote'
- versionCode 21
- versionName '2.4.0'
+ versionName '2.5.0'
// prevent having android studio create PNGs from the vectors
vectorDrawables.useSupportLibrary = true
}
diff --git a/android/sdremote/mobile/build.gradle b/android/sdremote/mobile/build.gradle
index 220154f..b77268a 100644
--- a/android/sdremote/mobile/build.gradle
+++ b/android/sdremote/mobile/build.gradle
@@ -3,6 +3,7 @@ apply plugin: 'com.android.application'
android {
defaultConfig {
minSdkVersion 14
+ versionCode 22
}
lintOptions {
diff --git a/android/sdremote/wear/build.gradle b/android/sdremote/wear/build.gradle
index bfe6a08..1484a70 100644
--- a/android/sdremote/wear/build.gradle
+++ b/android/sdremote/wear/build.gradle
@@ -3,6 +3,7 @@ apply plugin: 'com.android.application'
android {
defaultConfig {
minSdkVersion 20
+ versionCode 23
}
}