summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-12 14:07:56 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2020-11-12 14:07:56 +0100
commit3cdd111b2ea1f6dc3cc9f80a0dd16b71fac7a92f (patch)
treeb17f0a60a7f489e0358b3536c6df2a60f9ea3c42
parent0430a85322d819a315c2a8673f7672a9a7aa600a (diff)
bump version to 2.5.1 (vc 24 mobile, vc 25 wear)
-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 bcca015..2987662 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.0'
+ versionName '2.5.1'
// 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 b77268a..4a12f70 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 22
+ versionCode 24
}
lintOptions {
diff --git a/android/sdremote/wear/build.gradle b/android/sdremote/wear/build.gradle
index 1484a70..c070b10 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 23
+ versionCode 25
}
}