summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-12-08 22:06:34 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-12-08 22:06:34 +0100
commitcbaf9dac0252b08889e3a967a2780c8d6785c5ed (patch)
treecd2304267e8337bec3f6d5f2158461473be8ae56
parent3c9b4f4f3bb40e335b4e80c6e949ec1654b4c30a (diff)
bump version to 2.5.2 (vc 26 mobile, vc 27 wear)sdremote-2.5.2
-rw-r--r--android/sdremote/build.gradle2
-rw-r--r--android/sdremote/mobile/build.gradle2
-rw-r--r--android/sdremote/wear/build.gradle2
3 files changed, 3 insertions, 3 deletions
diff --git a/android/sdremote/build.gradle b/android/sdremote/build.gradle
index 2987662..f72a8e7 100644
--- a/android/sdremote/build.gradle
+++ b/android/sdremote/build.gradle
@@ -22,7 +22,7 @@ subprojects {
defaultConfig {
targetSdkVersion 29
applicationId 'org.libreoffice.impressremote'
- versionName '2.5.1'
+ versionName '2.5.2'
// 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 4a12f70..805f3e8 100644
--- a/android/sdremote/mobile/build.gradle
+++ b/android/sdremote/mobile/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
defaultConfig {
minSdkVersion 14
- versionCode 24
+ versionCode 26
}
lintOptions {
diff --git a/android/sdremote/wear/build.gradle b/android/sdremote/wear/build.gradle
index c070b10..b0ef4db 100644
--- a/android/sdremote/wear/build.gradle
+++ b/android/sdremote/wear/build.gradle
@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
android {
defaultConfig {
minSdkVersion 20
- versionCode 25
+ versionCode 27
}
}