diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-10-30 13:19:09 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-10-30 13:21:02 +0100 |
commit | b2a14020f7390f37e3e939e01250929a8001fa58 (patch) | |
tree | ab2346a0633e9f8f191b25b612f188ef516f3cdc | |
parent | 20db0aec4929a8d3fde087355ab1450c62e352fa (diff) |
bump version to 2.6.0 (vc 28 mobile, vc 29 wear)sdremote-2.6.0
Change-Id: Id9077ea011b615f01108d03c97c7754cf1a49c39
-rw-r--r-- | android/sdremote/build.gradle | 3 | ||||
-rw-r--r-- | android/sdremote/mobile/build.gradle | 2 | ||||
-rw-r--r-- | android/sdremote/wear/build.gradle | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/android/sdremote/build.gradle b/android/sdremote/build.gradle index efd0ba4..e7037ad 100644 --- a/android/sdremote/build.gradle +++ b/android/sdremote/build.gradle @@ -21,7 +21,8 @@ subprojects { defaultConfig { targetSdkVersion 32 namespace 'org.libreoffice.impressremote' - versionName '2.5.2' + versionName '2.6.0' + setProperty("archivesBaseName", "ImpressRemote_vc${versionCode}_${versionName}") // 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 b5fff76..7de70aa 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 26 + versionCode 28 } flavorDimensions "default" diff --git a/android/sdremote/wear/build.gradle b/android/sdremote/wear/build.gradle index 0edbd38..0da1fbe 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 27 + versionCode 29 } } |