diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2023-08-29 16:49:45 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2023-08-29 16:49:45 +0200 |
commit | 133c19d373688caef11ddaac1c4ec75d69121a62 (patch) | |
tree | 4f461347daf5a072343f8a53ec8d37d6f954a7a7 | |
parent | 7d26353b67d0a9742752b6d691d678fc277afda5 (diff) |
bump version to 2.6.1 (vc 30 mobile, vc 31 wear)sdremote-2.6.1
Change-Id: I47b95b912def9a0775ffa4d9a7201031d46334e0
-rw-r--r-- | android/sdremote/build.gradle | 2 | ||||
-rw-r--r-- | android/sdremote/mobile/build.gradle | 2 | ||||
-rw-r--r-- | android/sdremote/wear/build.gradle | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/android/sdremote/build.gradle b/android/sdremote/build.gradle index 7fa6b93..57d480c 100644 --- a/android/sdremote/build.gradle +++ b/android/sdremote/build.gradle @@ -21,7 +21,7 @@ subprojects { defaultConfig { targetSdkVersion 33 namespace 'org.libreoffice.impressremote' - versionName '2.6.0' + versionName '2.6.1' 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 7de70aa..961d612 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 28 + versionCode 30 } flavorDimensions "default" diff --git a/android/sdremote/wear/build.gradle b/android/sdremote/wear/build.gradle index 0da1fbe..e4f6c3e 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 29 + versionCode 31 } } |