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/dependencies.gradle b/dependencies.gradle index e08bfcb70e..1d0a234421 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" @@ -93,8 +93,8 @@ ext.versions = [ ndk : "21.4.7075529", sdk : 33, minSdk : 21, - vCode: 125, - vName: "2.8.1", + vCode: 126, + vName: "2.8.1.1", sourceCompat : JavaVersion.VERSION_11, targetCompat : JavaVersion.VERSION_11, kotlinCompilerExtensionVersion: "1.4.2", 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
@@ -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).