From eb973c8e2c6569dcc43f412721ac8735fbc6a14b Mon Sep 17 00:00:00 2001 From: "J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)" Date: Fri, 9 Jun 2023 09:39:04 +0000 Subject: [PATCH 1/4] Change version name and create branch --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index e08bfcb70e..a87f3abc3a 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -94,7 +94,7 @@ ext.versions = [ sdk : 33, minSdk : 21, vCode: 125, - vName: "2.8.1", + vName: "2.8.1.1", sourceCompat : JavaVersion.VERSION_11, targetCompat : JavaVersion.VERSION_11, kotlinCompilerExtensionVersion: "1.4.2", From 42b0cee1fd3869bc244d3760e2db3e4665c9565e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Miguel=20Rubio?= Date: Fri, 9 Jun 2023 13:57:19 +0200 Subject: [PATCH 2/4] [ANDROAPP-5371] update sdk to 1.8.1.1 (#3189) --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index a87f3abc3a..cff7cc21d0 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -4,7 +4,7 @@ def hilt = '2.43.2' def hiltCompiler = '1.0.0' def jacoco = '0.8.8' -def dhis2sdk = "1.8.1" +def dhis2sdk = "1.8.1.1" def ruleEngine = "2.1.8" def appcompat = "1.5.1" def annotation = "1.4.0" From ba198ff3b098367aa287fb84d6cfd8698b955f6d Mon Sep 17 00:00:00 2001 From: andresmr Date: Fri, 9 Jun 2023 14:08:33 +0200 Subject: [PATCH 3/4] build: 2.8.1.1 release --- RELEASE.md | 15 ++++----------- release.info | 6 +++--- whatsnew/whatsnew-en-US | 9 ++------- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 64ddddb8fc..c2a02ff1db 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -Android Capture App for DHIS 2 (v2.8.1) - Patch version +Android Capture App for DHIS 2 (v2.8.1.1) - Hotfix diff --git a/release.info b/release.info index 4f39c022d3..6dcd1635ba 100644 --- a/release.info +++ b/release.info @@ -1,3 +1,3 @@ -vName:2.8.1 -vBranch:release/2.8.1 -sdkVersion:1.8.1 \ No newline at end of file +vName:2.8.1.1 +vBranch:hotfix/2.8.1.1 +sdkVersion:1.8.1.1 \ No newline at end of file diff --git a/whatsnew/whatsnew-en-US b/whatsnew/whatsnew-en-US index 96498929eb..5187d7a555 100644 --- a/whatsnew/whatsnew-en-US +++ b/whatsnew/whatsnew-en-US @@ -1,8 +1,3 @@ -This is a patch version that fixes: -- ANDROAPP-5367 Analytics: verify support for Calculations -- ANDROAPP-5365 Update rule engine to 2.1.8 -- ANDROAPP-5364 Handle map API calls when device doesn't have internet access but can access the dhis server -- ANDROAPP-5361 Tracker infinite loading for program stage -- ANDROAPP-5356 LMIS back miss behavior -- Stability issues: ANDROAPP-5360, ANDROAPP-5358, ANDROAPP-5358 +This is a hotfix version that fixes: +- ANDROAPP-5371 Update SDK to 1.8.1.1: Missing Visualization after update to 1.8.1 You can find all details in Jira and Github (github.com/dhis2/dhis2-android-capture-app) \ No newline at end of file From 0e217c17da7eabe3d6e4cb0ba97deeb1cc4a0b5c Mon Sep 17 00:00:00 2001 From: "J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/)" Date: Fri, 9 Jun 2023 12:15:54 +0000 Subject: [PATCH 4/4] Increase version code --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index cff7cc21d0..1d0a234421 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -93,7 +93,7 @@ ext.versions = [ ndk : "21.4.7075529", sdk : 33, minSdk : 21, - vCode: 125, + vCode: 126, vName: "2.8.1.1", sourceCompat : JavaVersion.VERSION_11, targetCompat : JavaVersion.VERSION_11,
@@ -12,17 +12,10 @@ This is a patch version of the DHIS2 Android App It builds upon the last version ## Bugs fixed -* [ANDROAPP-5367](https://dhis2.atlassian.net/browse/ANDROAPP-5367) Analytics: verify support for Calculations -* [ANDROAPP-5365](https://dhis2.atlassian.net/browse/ANDROAPP-5365) Update rule engine to 2.1.8 -* [ANDROAPP-5364](https://dhis2.atlassian.net/browse/ANDROAPP-5364) Handle map API calls when device doesn't have internet access but can access the dhis server -* [ANDROAPP-5361](https://dhis2.atlassian.net/browse/ANDROAPP-5361) Tracker infinite loading for program stage -* [ANDROAPP-5360](https://dhis2.atlassian.net/browse/ANDROAPP-5360) ForegroundServiceStartNotAllowedException -* [ANDROAPP-5359](https://dhis2.atlassian.net/browse/ANDROAPP-5359) RuntimeException: Unable to resume activity -* [ANDROAPP-5358](https://dhis2.atlassian.net/browse/ANDROAPP-5358) NumberFormatException: For input string: "No" -* [ANDROAPP-5356](https://dhis2.atlassian.net/browse/ANDROAPP-5356) LMIS back miss behavior -* This patch release updates the [Android SDK](https://github.com/dhis2/dhis2-android-sdk) to version 1.8.1. +* [ANDROAPP-5371](https://dhis2.atlassian.net/browse/ANDROAPP-5371) Update SDK to 1.8.1.1 +* This patch release updates the [Android SDK](https://github.com/dhis2/dhis2-android-sdk) to version 1.8.1.1 -**Bug fixing:** You can find the list of bugs fixed [here](https://dhis2.atlassian.net/issues/?filter=10417). +**Bug fixing:** You can find the list of bugs fixed [here](https://dhis2.atlassian.net/projects/ANDROAPP/versions/10808).