From ee9bf6dbbd6af96b57eea83f631a5b834c16a0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 08:07:34 +0000 Subject: [PATCH 1/2] chore(deps): bump android.joda from 2.11.2 to 2.12.0 Bumps [android.joda](https://github.com/dlew/joda-time-android) from 2.11.2 to 2.12.0. - [Release notes](https://github.com/dlew/joda-time-android/releases) - [Changelog](https://github.com/dlew/joda-time-android/blob/main/CHANGELOG.md) - [Commits](https://github.com/dlew/joda-time-android/compare/v2.11.2...v2.12.0) --- updated-dependencies: - dependency-name: net.danlew:android.joda dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6e8a1a6d54..7fce97315e 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { work_version = '2.7.1' tink_version = '1.5.0' json_version = '20220320' - joda_version = '2.11.2' + joda_version = '2.12.0' junit_version = '4.13.2' mockito_version = '4.4.0' From 327d4ffe3ea412a8d1193039a97b691dc9ed272b Mon Sep 17 00:00:00 2001 From: Michael Kroes Date: Mon, 17 Oct 2022 12:04:14 +0200 Subject: [PATCH 2/2] Fixed AAPSClient build by renaming the wear/build.gradle product flavours to aapsclient --- wear/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wear/build.gradle b/wear/build.gradle index b8c093b23f..f530c47ebe 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -69,12 +69,12 @@ android { dimension "standard" versionName version + "-pumpcontrol" } - nsclient { + aapsclient { applicationId "info.nightscout.aapsclient" dimension "standard" versionName version + "-aapsclient" } - nsclient2 { + aapsclient2 { applicationId "info.nightscout.aapsclient2" dimension "standard" versionName version + "-aapsclient"